Spaces:
Sleeping
Sleeping
Commit
·
527465d
1
Parent(s):
2868557
Update requirements.txt
Browse files- requirements.txt +9 -15
requirements.txt
CHANGED
@@ -1,15 +1,9 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
transformers @ git+https://github.com/huggingface/transformers@c612628045822f909020f7eb6784c79700813eda
|
11 |
-
flask
|
12 |
-
flask_cors
|
13 |
-
icetk
|
14 |
-
cpm_kernels==1.0.11
|
15 |
-
|
|
|
1 |
+
pip,
|
2 |
+
bitsandbytes==0.39.0,
|
3 |
+
torch==2.0.1,
|
4 |
+
transformers,
|
5 |
+
peft,
|
6 |
+
accelerate,
|
7 |
+
datasets==2.12.0,
|
8 |
+
loralib==0.1.1,
|
9 |
+
einops
|
|
|
|
|
|
|
|
|
|
|
|