Skip to content

Commit 5029eb2

Browse files
committed
Update requirements for training and inference stage
1 parent 1919353 commit 5029eb2

File tree

2 files changed

+115
-0
lines changed

2 files changed

+115
-0
lines changed

requirements_inference_vicuna.txt

+23
Original file line numberDiff line numberDiff line change
@@ -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

requirements_train.txt

+92
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,92 @@
1+
absl-py==1.3.0
2+
aiohttp==3.8.3
3+
aiosignal==1.3.1
4+
async-timeout==4.0.2
5+
attrs==22.1.0
6+
bert-score==0.3.12
7+
blis==0.7.9
8+
cachetools==5.2.0
9+
catalogue==1.0.2
10+
certifi==2022.9.24
11+
charset-normalizer==2.1.1
12+
click==8.1.3
13+
contourpy==1.0.6
14+
cycler==0.11.0
15+
cymem==2.0.7
16+
datasets==1.6.2
17+
dill==0.3.6
18+
filelock==3.8.0
19+
fonttools==4.38.0
20+
frozenlist==1.3.3
21+
fsspec==2022.11.0
22+
future==0.18.2
23+
google-auth==2.14.1
24+
google-auth-oauthlib==0.4.6
25+
grpcio==1.50.0
26+
huggingface-hub==0.0.19
27+
idna==3.4
28+
imageio==2.22.4
29+
importlib-metadata==5.0.0
30+
joblib==1.2.0
31+
kiwisolver==1.4.4
32+
git+https://github.com/allenai/longformer
33+
Markdown==3.4.1
34+
MarkupSafe==2.1.1
35+
matplotlib==3.6.2
36+
multidict==6.0.2
37+
multiprocess==0.70.14
38+
murmurhash==1.0.9
39+
nlp==0.4.0
40+
nltk==3.6.1
41+
numpy==1.23.5
42+
oauthlib==3.2.2
43+
packaging==21.3
44+
pandas==1.5.1
45+
Pillow==9.3.0
46+
plac==1.1.3
47+
preshed==3.0.8
48+
protobuf==3.20.1
49+
pyarrow==10.0.0
50+
pyasn1==0.4.8
51+
pyasn1-modules==0.2.8
52+
pycountry==22.3.5
53+
pyDeprecate==0.3.0
54+
pyparsing==3.0.9
55+
pyrouge==0.1.3
56+
python-dateutil==2.8.2
57+
pytorch-lightning==1.3.5
58+
pytz==2022.6
59+
PyYAML==5.4.1
60+
regex==2022.10.31
61+
requests==2.28.1
62+
requests-oauthlib==1.3.1
63+
rouge==1.0.1
64+
rouge-score==0.1.2
65+
rsa==4.9
66+
sacremoses==0.0.53
67+
scikit-learn
68+
seaborn
69+
sentencepiece==0.1.97
70+
six==1.16.0
71+
spacy==2.3.3
72+
srsly==1.0.6
73+
tensorboard==2.11.0
74+
tensorboard-data-server==0.6.1
75+
tensorboard-plugin-wit==1.8.1
76+
tensorboardX==2.5.1
77+
test-tube==0.7.5
78+
thinc==7.4.6
79+
tokenizers==0.8.1rc2
80+
torch==1.13.0
81+
torchaudio==0.13.0
82+
torchmetrics==0.5.0
83+
torchvision==0.14.0
84+
tqdm==4.49.0
85+
transformers
86+
typing-extensions==4.4.0
87+
urllib3==1.26.12
88+
wasabi==0.10.1
89+
Werkzeug==2.2.2
90+
xxhash==3.1.0
91+
yarl==1.8.1
92+
zipp==3.10.0

0 commit comments

Comments
 (0)