mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-05-02 17:45:58 +00:00
readapted readme
This commit is contained in:
parent
6fa76f11b5
commit
84f3fa731e
2 changed files with 425 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue