Spaces:
Sleeping
Sleeping
Upload requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
transformers>=4.36.0
|
2 |
+
datasets>=2.14.0
|
3 |
+
accelerate>=0.25.0
|
4 |
+
bitsandbytes>=0.41.0
|
5 |
+
trl>=0.7.4
|
6 |
+
peft>=0.7.1
|
7 |
+
gradio>=4.14.0
|
8 |
+
torch>=2.1.0
|
9 |
+
sentencepiece>=0.1.99
|
10 |
+
protobuf>=4.25.1
|