Spaces:
Running
on
Zero
Running
on
Zero
fix: xformers compatible with python 3.10
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -18,7 +18,7 @@ bitsandbytes==0.44.0
|
|
| 18 |
imageio[ffmpeg]==2.35.1
|
| 19 |
xatlas==0.0.7
|
| 20 |
plyfile==0.9.4
|
| 21 |
-
xformers==0.0.
|
| 22 |
--find-links https://download.pytorch.org/whl/cu121
|
| 23 |
https://download.pytorch.org/whl/cu121/xformers-0.0.28.post1%2Bcu121-cp312-cp312-linux_x86_64.whl # Adjust cho OS
|
| 24 |
git+https://github.com/NVlabs/nvdiffrast/
|
|
|
|
| 18 |
imageio[ffmpeg]==2.35.1
|
| 19 |
xatlas==0.0.7
|
| 20 |
plyfile==0.9.4
|
| 21 |
+
xformers==0.0.27.post2
|
| 22 |
--find-links https://download.pytorch.org/whl/cu121
|
| 23 |
https://download.pytorch.org/whl/cu121/xformers-0.0.28.post1%2Bcu121-cp312-cp312-linux_x86_64.whl # Adjust cho OS
|
| 24 |
git+https://github.com/NVlabs/nvdiffrast/
|