-
Notifications
You must be signed in to change notification settings - Fork 326
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
Error generating Video #54
Comments
If you update the version of torch, the versions of other libraries must also be updated to match the new version of torch. This can be a complicated problem for people who have no experience in deep learning, so I recommend that you re-install an environment, first install torch using the command Then install other libraries and they will automatically match your torch version |
I would recommend to use VENVs if possible and maintain the dependencies of each application separate, that way you will avoid causing issues due to incompatible versions of the libraries |
I try again and the same error come out, and when install i have this message
|
I have this error when try to generate video
I had an error before with Cuda but execute this line of code
pip install torch==2.3.0 torchvision torchaudio xformers --index-url https://download.pytorch.org/whl/cu121
The text was updated successfully, but these errors were encountered: