Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/guides/grpo-deepscaler.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ Throughout training, the checkpoints of the model will be saved to the `results`

```sh
uv run examples/run_eval.py \
generation.model_name=results/grpo-deepscaler-1.5b-8K/step_240/hf
generation.model_name=results/grpo-deepscaler-1.5b-8K/step_240/hf \
data.prompt_file=examples/prompts/cot.txt \
generation.vllm_cfg.max_model_len=8192
```

Use `generation.model_name` to specify the path to the Hugging Face checkpoint. In addition, we use AIME24 as the validation dataset and calculate pass@1 on it throughout training.
Expand Down
Loading