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 am trying to run the Video-Llama demo file and I am setting up the environment on my linux machine.
These are the steps I am doing:
Cloning video-llama repo
Within that, cloning the 7B-Finetuned model repo
Setting up conda, creating an environment with environment.yaml
installing ffmpeg (I am doing conda install ffmpeg) because my VM doesn't allow apt install or pip install without the conda environment.
Activating the env
When I try to do import torchvision, I am having this error: miniconda3/envs/videollama/lib/python3.9/site-packages/torchvision/io/image.py:13: UserWarning: Failed to load image Python extension: undefined symbol: _ZN3c1017RegisterOperatorsD1Ev
My torchvision version is 0.13.1 and torch version is 2.2.2. Are these compatible? Or is there something else I am missing?
It would be really helpful if someone could provide me tips on how I could fix this!
Thanks!
The text was updated successfully, but these errors were encountered:
Hello,
I am trying to run the Video-Llama demo file and I am setting up the environment on my linux machine.
These are the steps I am doing:
When I try to do import torchvision, I am having this error: miniconda3/envs/videollama/lib/python3.9/site-packages/torchvision/io/image.py:13: UserWarning: Failed to load image Python extension: undefined symbol: _ZN3c1017RegisterOperatorsD1Ev
My torchvision version is 0.13.1 and torch version is 2.2.2. Are these compatible? Or is there something else I am missing?
It would be really helpful if someone could provide me tips on how I could fix this!
Thanks!
The text was updated successfully, but these errors were encountered: