forked from allenai/open-instruct
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
53 lines (53 loc) · 887 Bytes
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# TODO When updating flash-attn or torch in the future, make sure to update the version in the Dockerfile
torch==2.4.0
scipy
packaging
sentencepiece
datasets
deepspeed==0.15.0
accelerate==0.31.0
peft>=0.11.1
bitsandbytes>=0.41.1
evaluate>=0.4.0
tokenizers==0.19.1
protobuf
transformers==4.43.4
openai>=1.0.0
tiktoken
rouge_score
tensorboard
wandb
gradio>=3.50.2
termcolor
jsonlines
unidic-lite
einops
flash-attn==2.6.3 # should really only be in dockerfile. Local env often doesn't have GPUs
fire
alpaca-eval==0.6.2
# for human eval web app
flask
vllm>=0.5.4 # for llama 3 + olmo compat.
openpyxl
# for ifeval
nltk==3.8.1
langdetect
immutabledict
# for math evaluations
antlr4-python3-runtime==4.11.0
mpmath==1.3.0
sympy==1.12.0
# for linting
black
flake8
isort
autoflake
pytest
hf_transfer
beaker-py
litellm
matplotlib
ray
# for data decontamination
elasticsearch==8.6.2
spacy==3.7.6