You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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.
The text was updated successfully, but these errors were encountered: