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