Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Additional Steps needed for the Pip Install in Google Colab #383

Open
phatak-dev opened this issue Dec 19, 2024 · 0 comments
Open

Additional Steps needed for the Pip Install in Google Colab #383

phatak-dev opened this issue Dec 19, 2024 · 0 comments

Comments

@phatak-dev
Copy link

phatak-dev commented Dec 19, 2024

I tried to use the Intro notebook for Google collab, which uses pip to install dependencies. But the import of Colbert failed with an error.

ModuleNotFoundError: No module named 'torch._custom_ops'

From the research, I found out that the versions of torchvision and torchaudio need to match the torch version. So please add the below command to the notebook to fix the same.

!pip install  torchvision==0.14.1 torchaudio==0.13.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant