Spaces:
Runtime error
Runtime error
Upload requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
timm>=0.9.12
|
2 |
-
transformers
|
3 |
einops>=0.8.0
|
4 |
accelerate>=0.32.1
|
5 |
-
numpy<2
|
|
|
|
1 |
timm>=0.9.12
|
2 |
+
transformers>=4.44.0
|
3 |
einops>=0.8.0
|
4 |
accelerate>=0.32.1
|
5 |
+
numpy<2
|
6 |
+
torch==2.4.0
|