Hi.
I tried many hours to install under windows 11, with CUDA 12.1
but seems not possible due to issues around xformers :
conda install -c xformers xformers returns** following packages are not available from current channels**
*so moving to *
pip install xformers==0.0.28.post2 returns Filename longer than 260 characters in ninja which seems known..https://github.com/facebookresearch/xformers/issues/1132
so moving to
using prebuilt https://github.com/facebookresearch/xformers/archive/refs/tags/v0.0.28.post2.zip ends in
File "C:\Users\37019Administrator\anaconda3\envs\unsloth_env\Lib\shutil.py", line 571, in copytree with os.scandir(src) as itr: ^^^^^^^^^^^^^^^ FileNotFoundError: [WinError 3] The system cannot find the path specified: 'C:\\Users\\Administrator\\Downloads\\xformers-0.0.28.post2\\third_party\\flash-attention\\flash_attn' [end of output]
Triton is succesfully installed in my environment.
I tried with torch 2.4 but doesn't seem the issue..
Any success ? What combination works in 12.1 under Windows ?