Spaces:
Runtime error
Runtime error
teachyourselfcoding
commited on
Commit
·
3dc78f7
1
Parent(s):
49b6c16
Upload requirements.txt
Browse files- requirements.txt +23 -0
requirements.txt
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
accelerate==0.15.0
|
2 |
+
appdirs==1.4.4
|
3 |
+
bitsandbytes==0.37.0
|
4 |
+
datasets==2.8.0
|
5 |
+
deepspeed==0.8.3
|
6 |
+
evaluate==0.4.0
|
7 |
+
fairscale==0.4.13
|
8 |
+
torch==1.13.1
|
9 |
+
torchvision==0.14.1
|
10 |
+
gradio==3.20.0
|
11 |
+
huggingface-hub==0.13.3
|
12 |
+
loralib==0.1.1
|
13 |
+
nvitop==1.0.0
|
14 |
+
peft @ git+https://github.com/huggingface/peft.git@13e53fc7ee5d89d59b16523051006dddf0fb7a49
|
15 |
+
sentencepiece==0.1.96
|
16 |
+
tensorboard==2.12.0
|
17 |
+
texttable==1.6.7
|
18 |
+
tokenizers==0.13.2
|
19 |
+
tqdm==4.65.0
|
20 |
+
transformers @ git+https://github.com/huggingface/transformers.git@0dcb46e7a4a9e587ba84ff35778ab4233a184c11
|
21 |
+
trlx @ git+https://github.com/CarperAI/trlx.git@b91da7b03d8e9fa0c0d6dce10a8f2611aca3013f
|
22 |
+
wandb==0.13.10
|
23 |
+
triton==2.0.0
|