Spaces:
Paused
Paused
Update requirements.txt
Browse files- requirements.txt +6 -1
requirements.txt
CHANGED
|
@@ -1,6 +1,12 @@
|
|
|
|
|
|
|
|
| 1 |
setuptools>=69
|
| 2 |
wheel
|
| 3 |
packaging
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
ninja==1.11.1.1
|
| 5 |
pybind11==2.13.4
|
| 6 |
|
|
@@ -9,7 +15,6 @@ einops==0.8.0
|
|
| 9 |
opencv-python==4.10.0.84
|
| 10 |
numpy==1.24.4
|
| 11 |
transformers==4.46.0
|
| 12 |
-
torchvision
|
| 13 |
omegaconf==2.3.0
|
| 14 |
tqdm==4.66.5
|
| 15 |
safetensors==0.4.4
|
|
|
|
| 1 |
+
--extra-index-url https://download.pytorch.org/whl/cu121
|
| 2 |
+
|
| 3 |
setuptools>=69
|
| 4 |
wheel
|
| 5 |
packaging
|
| 6 |
+
|
| 7 |
+
torch==2.5.1+cu121
|
| 8 |
+
torchvision==0.20.1+cu121
|
| 9 |
+
|
| 10 |
ninja==1.11.1.1
|
| 11 |
pybind11==2.13.4
|
| 12 |
|
|
|
|
| 15 |
opencv-python==4.10.0.84
|
| 16 |
numpy==1.24.4
|
| 17 |
transformers==4.46.0
|
|
|
|
| 18 |
omegaconf==2.3.0
|
| 19 |
tqdm==4.66.5
|
| 20 |
safetensors==0.4.4
|