Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +11 -12
requirements.txt
CHANGED
|
@@ -1,12 +1,11 @@
|
|
| 1 |
-
streamlit=
|
| 2 |
-
torch=
|
| 3 |
-
transformers=
|
| 4 |
-
accelerate=
|
| 5 |
-
sentencepiece=
|
| 6 |
-
protobuf=
|
| 7 |
-
tokenizers=
|
| 8 |
-
datasets=
|
| 9 |
-
huggingface-hub=
|
| 10 |
-
numpy=
|
| 11 |
-
pandas=
|
| 12 |
-
scikit-learn==1.3.0
|
|
|
|
| 1 |
+
streamlit>=1.28.0
|
| 2 |
+
torch>=2.0.0
|
| 3 |
+
transformers>=4.30.0
|
| 4 |
+
accelerate>=0.20.0
|
| 5 |
+
sentencepiece>=0.1.99
|
| 6 |
+
protobuf>=3.20.0
|
| 7 |
+
tokenizers>=0.13.0
|
| 8 |
+
datasets>=2.13.0
|
| 9 |
+
huggingface-hub>=0.16.0
|
| 10 |
+
numpy>=1.24.0
|
| 11 |
+
pandas>=2.0.0
|
|
|