Skip to content

Quick-Start Colab notebook fails with torchvision error #324

@bloomgithub

Description

@bloomgithub

Hi! Thanks for the great package.

When running the Quick-Start-Tutorial via the "Open in Colab" badge, I get this error at the model loading step:

RuntimeError: operator torchvision::nms does not exist

This seems to be because Colab's runtime has torch 2.9.x pre-installed, which conflicts with helical's requirements.

Workaround: Replace the !pip install helical cell with:

!pip uninstall torch torchvision torchaudio -y -q
!pip install torch==2.7.0 torchvision==0.22.0 torchaudio==2.7.0 -q
!pip install helical -q

Then restart runtime and continue.

Environment:

  • Google Colab (December 2025)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions