Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +14 -3
requirements.txt
CHANGED
@@ -1,5 +1,16 @@
|
|
1 |
dashscope
|
2 |
-
modelscope_studio>=0.5.0
|
3 |
gradio==4.38.1
|
4 |
-
|
5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
dashscope
|
|
|
2 |
gradio==4.38.1
|
3 |
+
transformers==4.29.2
|
4 |
+
torch==2.0.0
|
5 |
+
peft==0.3.0
|
6 |
+
uvicorn==0.21.1
|
7 |
+
fastapi==0.95.1
|
8 |
+
pydantic==1.10.7
|
9 |
+
sentencepiece==0.1.98
|
10 |
+
cpm_kernels
|
11 |
+
ujson
|
12 |
+
tensorboard
|
13 |
+
datasets
|
14 |
+
bitsandbytes
|
15 |
+
scipy
|
16 |
+
wandb
|