Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +12 -9
requirements.txt
CHANGED
@@ -1,10 +1,13 @@
|
|
1 |
-
gradio>=
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
|
|
|
|
|
|
10 |
protobuf>=3.20.3
|
|
|
1 |
+
gradio>=4.19.2
|
2 |
+
pandas>=2.0.0
|
3 |
+
numpy>=1.22.0
|
4 |
+
gradio>=3.50.0
|
5 |
+
transformers>=4.31.0
|
6 |
+
torch>=2.0.1
|
7 |
+
accelerate>=0.21.0
|
8 |
+
bitsandbytes>=0.40.2
|
9 |
+
pandas>=1.5.3
|
10 |
+
numpy>=1.24.3
|
11 |
+
peft>=0.4.0
|
12 |
+
sentencepiece>=0.1.99
|
13 |
protobuf>=3.20.3
|