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
requirements.txt are all version conflicts. Torch+cu can't explain clearly, and xformers can't explain clearly. They're all errors and can't run at all...
Install torch2.3.1+ cu121 and report that the torch exists and the torchvision do not match
Install torch2.4.1, but no torch was reported when running. I really admire it.
The text was updated successfully, but these errors were encountered:
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
torchvision 0.19.1 requires torch==2.4.1, but you have torch 2.3.1+cu121 which is incompatible.
xformers 0.0.27.post2+cu118 requires torch==2.4.0, but you have torch 2.3.1+cu121 which is incompatible.
Successfully installed torch-2.3.1+cu121
Resolving endless version conflicts, after failing according to requirements.txt, I went to find various versions myself, but none of them worked...
requirements.txt are all version conflicts. Torch+cu can't explain clearly, and xformers can't explain clearly. They're all errors and can't run at all...
Install torch2.3.1+ cu121 and report that the torch exists and the torchvision do not match
Install torch2.4.1, but no torch was reported when running. I really admire it.
The text was updated successfully, but these errors were encountered: