Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +2 -3
requirements.txt
CHANGED
|
@@ -1,10 +1,9 @@
|
|
| 1 |
--extra-index-url https://download.pytorch.org/whl/cpu
|
| 2 |
-
torch
|
| 3 |
-
torchvision
|
| 4 |
timm==0.9.12
|
| 5 |
einops
|
| 6 |
huggingface_hub
|
| 7 |
streamlit
|
| 8 |
setuptools
|
| 9 |
-
wheel
|
| 10 |
git+https://github.com/apple/ml-4m.git
|
|
|
|
| 1 |
--extra-index-url https://download.pytorch.org/whl/cpu
|
| 2 |
+
torch==2.2.0
|
| 3 |
+
torchvision==0.17.0
|
| 4 |
timm==0.9.12
|
| 5 |
einops
|
| 6 |
huggingface_hub
|
| 7 |
streamlit
|
| 8 |
setuptools
|
|
|
|
| 9 |
git+https://github.com/apple/ml-4m.git
|