Open shikharRS opened 1 month ago
You can access it from this link( https://download.pytorch.org/whl/xformers/ )Find the appropriate version below to download and install.
You can also install it directly through the following command: pip install -U xformers==0.0.25 --index-url https://download.pytorch.org/whl/cu118
Thanks , that issue is resolved but i am facing another challenge of OOM(out of Memory). I have 2 GPU each of 24GB approx .Below is the output of nvidia-smi
Do i require more computation resources ? 2 GPU of each having 24GB is not sufficient ?
Please let me know the computation resources require to execute the code
@shikharRS 2 GPU (24GB + 12GB) should be sufficient. However, the code may require some optimization. You can refer to this fork https://github.com/CanvaChen/VidGen
Hi team, i am not able to resolve the issue of version conflict. Can you help me with the wheel file for xformer , which can be compatible with torch2.2.2cuda118
WARNING[XFORMERS]: xFormers can't load C++/CUDA extensions. xFormers was built for: PyTorch 2.4.1+cu118 with CUDA 1108 (you have 2.2.2+cu118)