mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-19 12:58:07 +00:00
add deps for veRL experiment in README
This commit is contained in:
parent
e671b97ab4
commit
3f24df31dc
2 changed files with 37 additions and 20 deletions
19
examples/veRL/README.md
Normal file
19
examples/veRL/README.md
Normal file
|
|
@ -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 .
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue