Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +17 -11
requirements.txt
CHANGED
@@ -1,12 +1,18 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
cn2an>=0.5.22
|
12 |
-
langdetect>=1.0.9
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
transformers==4.43.2
|
2 |
+
vllm==0.5.5
|
3 |
+
vllm-flash-attn
|
4 |
+
flash_attn
|
5 |
+
deepspeed==0.14.4
|
6 |
+
llamafactory
|
7 |
+
openai
|
8 |
+
datasets
|
9 |
+
tqdm
|
10 |
+
gradio
|
11 |
cn2an>=0.5.22
|
12 |
+
langdetect>=1.0.9
|
13 |
+
accelerate
|
14 |
+
peft
|
15 |
+
sentencepiece
|
16 |
+
protobuf
|
17 |
+
tiktoken
|
18 |
+
scipy
|