-
Notifications
You must be signed in to change notification settings - Fork 622
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
Why xformers 0.0.28.post1 doesn't have pre-compiled wheel for Windows? #1118
Comments
by the way the compiled wheel zip file works i uploaded to hugging face and installed from there and tested it works but pip doesnt have it |
Yes you have to download from the pytorch mirror with pip, and then it should work (although I don't have a windows machine to test) |
The same way works for older xformers I don't get difference can you eloborate? |
What is the exact command you are using to install it? |
|
Try with:
|
this works great --index-url https://download.pytorch.org/whl/cu124 @danthe3rd any torch 2.5 version available including dev? where can i find? ty |
I'm about crying,really。I met a problem when using pip3 install xformers==0.0.28.post3 -f https://download.pytorch.org/whl/cuda/12.4/torch_stable.html, and I've been searching the solution for a whole day, when I try your's command, it just worked ,thank you very much。I tried to fix cl.exe、Various environment variable configurations,they all can't work: note: This error originates from a subprocess, and is likely not a problem with pip. |
Torch 2.4.1 with CUDA 12.4 in system installed but it still fails :/
The text was updated successfully, but these errors were encountered: