-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add deps for veRL experiment in README
- Loading branch information
1 parent
e671b97
commit 3f24df3
Showing
2 changed files
with
35 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
### env setup | ||
|
||
``` | ||
conda create --name verl python=3.12 -y | ||
conda activate verl | ||
pip install flash-attn --no-build-isolation | ||
pip install vllm==0.7.0 ray wandb | ||
``` | ||
|
||
### clone and install veRL | ||
|
||
tested with verl HEAD a65c9157bc0b85b64cd753de19f94e80a11bd871 | ||
|
||
``` | ||
git clone https://github.com/volcengine/verl.git | ||
cd verl | ||
pip install -e . | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters