readapted readme

This commit is contained in:
joesharratt1229 2025-03-23 20:30:16 +00:00
parent 6fa76f11b5
commit 84f3fa731e
2 changed files with 425 additions and 1 deletions

View file

@ -17,7 +17,6 @@ pip install -e .
```bash
pip install ray wandb
pip install torch==2.6.0
pip install flash-attn --no-build-isolation
```
4. Install veRL (tested with HEAD c34206925e2a50fd452e474db857b4d488f8602d):
@ -32,6 +31,11 @@ pip install -e .
```bash
pip install -U vllm --pre --extra-index-url https://wheels.vllm.ai/nightly
```
6. Install flash attention
```
pip install flash-attn --no-build-isolation
```
6. Log in to HF and W&B: