Spaces:
Build error
Build error
updated requirements.
Browse files- requirements.txt +20 -0
requirements.txt
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# int8
|
| 2 |
+
bitsandbytes==0.37.1
|
| 3 |
+
accelerate==0.17.1
|
| 4 |
+
|
| 5 |
+
# chatglm
|
| 6 |
+
protobuf>=3.19.5,<3.20.1
|
| 7 |
+
transformers==4.27.1
|
| 8 |
+
icetk
|
| 9 |
+
cpm_kernels==1.0.11
|
| 10 |
+
|
| 11 |
+
#
|
| 12 |
+
datasets==2.10.1
|
| 13 |
+
git+https://github.com/huggingface/peft.git # 最新版本 >=0.3.0.dev0
|
| 14 |
+
|
| 15 |
+
-f https://download.pytorch.org/whl/cpu
|
| 16 |
+
torch
|
| 17 |
+
-f https://download.pytorch.org/whl/cpu
|
| 18 |
+
torchvision
|
| 19 |
+
-f https://download.pytorch.org/whl/cpu
|
| 20 |
+
torchaudio
|