Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +10 -9
requirements.txt
CHANGED
|
@@ -1,9 +1,10 @@
|
|
| 1 |
-
streamlit=
|
| 2 |
-
pandas=
|
| 3 |
-
transformers=
|
| 4 |
-
torch=
|
| 5 |
-
accelerate=
|
| 6 |
-
sentencepiece=
|
| 7 |
-
protobuf=
|
| 8 |
-
optimum=
|
| 9 |
-
huggingface_hub=
|
|
|
|
|
|
| 1 |
+
streamlit>=1.33.0
|
| 2 |
+
pandas>=2.1.4
|
| 3 |
+
transformers>=4.38.0
|
| 4 |
+
torch>=2.2.0
|
| 5 |
+
accelerate>=0.27.2
|
| 6 |
+
sentencepiece>=0.1.99
|
| 7 |
+
protobuf>=4.25.2
|
| 8 |
+
optimum>=1.16.1
|
| 9 |
+
huggingface_hub>=0.28.1
|
| 10 |
+
tokenizers>=0.15.0
|