Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +10 -5
requirements.txt
CHANGED
@@ -1,9 +1,14 @@
|
|
|
|
|
|
1 |
gradio>=3.50.0
|
2 |
-
|
3 |
-
torch>=1.12.0
|
4 |
-
pandas>=1.5.0
|
5 |
numpy>=1.23.0
|
6 |
-
|
7 |
plotly>=5.10.0
|
|
|
|
|
|
|
8 |
sqlalchemy>=1.4.0
|
9 |
-
tiktoken
|
|
|
|
|
|
1 |
+
accelerate>=0.16.0
|
2 |
+
datasets>=2.8.0
|
3 |
gradio>=3.50.0
|
4 |
+
huggingface-hub>=0.12.0
|
|
|
|
|
5 |
numpy>=1.23.0
|
6 |
+
pandas>=1.5.0
|
7 |
plotly>=5.10.0
|
8 |
+
protobuf>=3.20.0
|
9 |
+
scikit-learn>=1.1.0
|
10 |
+
sentencepiece>=0.1.97
|
11 |
sqlalchemy>=1.4.0
|
12 |
+
tiktoken
|
13 |
+
torch>=1.13.0
|
14 |
+
transformers>=4.25.0
|