add deps for veRL experiment in README

This commit is contained in:
Andreas Koepf 2025-02-01 21:27:33 +00:00
parent e671b97ab4
commit 3f24df31dc
2 changed files with 37 additions and 20 deletions

19
examples/veRL/README.md Normal file
View 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 .
```