Spaces:
Sleeping
Sleeping
update requirements.txt
Browse files- requirements.txt +4 -7
requirements.txt
CHANGED
|
@@ -5,13 +5,10 @@ transformers[torch]
|
|
| 5 |
xformers==0.0.23.post1
|
| 6 |
DeepCache
|
| 7 |
pandas
|
| 8 |
-
numpy
|
| 9 |
torchmetrics[image]
|
| 10 |
gradio
|
| 11 |
spaces
|
| 12 |
-
--extra-index-url https://download.pytorch.org/whl/cu121
|
| 13 |
-
|
| 14 |
-
--extra-index-url https://download.pytorch.org/whl/cu121
|
| 15 |
-
torchaudio==2.1.2
|
| 16 |
-
--extra-index-url https://download.pytorch.org/whl/cu121
|
| 17 |
-
torchvision==0.16.2
|
|
|
|
| 5 |
xformers==0.0.23.post1
|
| 6 |
DeepCache
|
| 7 |
pandas
|
| 8 |
+
numpy<2.0
|
| 9 |
torchmetrics[image]
|
| 10 |
gradio
|
| 11 |
spaces
|
| 12 |
+
torch==2.1.2 --extra-index-url https://download.pytorch.org/whl/cu121
|
| 13 |
+
torchaudio==2.1.2 --extra-index-url https://download.pytorch.org/whl/cu121
|
| 14 |
+
torchvision==0.16.2 --extra-index-url https://download.pytorch.org/whl/cu121
|
|
|
|
|
|
|
|
|