Spaces:
Runtime error
Runtime error
Upload requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
opencc
|
2 |
+
click
|
3 |
+
datasets
|
4 |
+
loralib
|
5 |
+
sentencepiece
|
6 |
+
git+https://github.com/huggingface/transformers.git
|
7 |
+
accelerate
|
8 |
+
bitsandbytes
|
9 |
+
git+https://github.com/huggingface/peft.git
|
10 |
+
gradio
|