Update requirements.txt
Browse files- requirements.txt +8 -2
requirements.txt
CHANGED
|
@@ -1,5 +1,11 @@
|
|
| 1 |
-
torch
|
| 2 |
-
torchvision
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
xformers
|
| 4 |
numpy<2
|
| 5 |
ninja
|
|
|
|
| 1 |
+
torch==2.5.1
|
| 2 |
+
torchvision --index-url https://download.pytorch.org/whl/cu121
|
| 3 |
+
nvidia-pyindex
|
| 4 |
+
nvidia-pytools
|
| 5 |
+
ray[default]
|
| 6 |
+
rich
|
| 7 |
+
setuptools
|
| 8 |
+
flatten-dict
|
| 9 |
xformers
|
| 10 |
numpy<2
|
| 11 |
ninja
|