Spaces:
Running
Running
devsrivatsa
commited on
Commit
·
48e8b51
1
Parent(s):
8d13c96
Updated package versions for compatibility
Browse files- requirements.txt +7 -7
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
-
torch
|
2 |
-
transformers
|
3 |
-
accelerate
|
4 |
-
gradio
|
5 |
-
pandas
|
6 |
-
numpy>=
|
7 |
-
huggingface-hub>=0.
|
|
|
1 |
+
torch>=2.0.0
|
2 |
+
transformers>=4.30.0
|
3 |
+
accelerate>=0.20.0
|
4 |
+
gradio>=3.40.0
|
5 |
+
pandas>=1.5.0
|
6 |
+
numpy>=1.24.0
|
7 |
+
huggingface-hub>=0.14.0
|