Open FurkanGozukara opened 1 month ago
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)
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?
@danthe3rd
pip install xformers==0.0.28.post1
Try with:
pip3 install -U xformers --index-url https://download.pytorch.org/whl/cu124
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
Torch 2.4.1 with CUDA 12.4 in system installed but it still fails :/