Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
fxmarty
commited on
Commit
•
1b206e3
1
Parent(s):
025ff03
update requirements
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
torch
|
2 |
-
transformers
|
3 |
-
huggingface_hub
|
4 |
-
optimum[onnxruntime,exporters]
|
|
|
1 |
+
torch==2.1.2
|
2 |
+
transformers==4.37.2
|
3 |
+
huggingface_hub==0.20.3
|
4 |
+
optimum[onnxruntime,exporters]==1.16.2
|