Skip to content

Commit 36416e1

Browse files
committed
v1.1.13 fix a bug of packages
1 parent 783c08f commit 36416e1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ pip install torch==2.4.0 --index-url https://download.pytorch.org/whl/cu121
132132
pip install vllm==0.6.3 ray
133133
pip install flash-attn --no-build-isolation
134134
pip install -e . # For verl integration
135-
pip install wandb IPython matplotlib sqlparse func_timeout
135+
pip install wandb IPython matplotlib sqlparse func_timeout nltk ijson
136136
```
137137

138138
4. Download the model weights from HuggingFace and put them in the `models/` directory.

requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ datasets
44
dill
55
flash-attn
66
hydra-core
7+
ijson
78
numpy
9+
nltk
810
pandas
911
pybind11
1012
ray

0 commit comments

Comments
 (0)