Spaces:
Runtime error
Runtime error
KeeganFdes
commited on
Commit
•
898f908
1
Parent(s):
50686a7
adding version names to the requirements
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
onnxruntime
|
2 |
-
torch
|
3 |
-
scikit-learn
|
4 |
-
transformers
|
|
|
1 |
+
onnxruntime==1.15.1
|
2 |
+
torch==2.0.1
|
3 |
+
scikit-learn==1.2.2
|
4 |
+
transformers==4.21.2
|