File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ uv run examples/run_grpo_math.py --config <PATH TO YAML CONFIG> {overrides}
1010```
1111If not specified, ` config ` will default to [ examples/configs/grpo.yaml] ( ../../examples/configs/grpo.yaml )
1212
13+ ** Reminder** : Don't forget to set your HF_HOME and WANDB_API_KEY (if needed). You'll need to do a ` huggingface-cli login ` as well for Llama models.
14+
1315## Now, for the details:
1416
1517In this guide, we'll walk through we handle
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ uv run examples/run_sft.py \
2121 cluster.gpus_per_node=1 \
2222 logger.wandb.name=" sft-dev-1-gpu"
2323```
24+ ** Reminder** : Don't forget to set your HF_HOME and WANDB_API_KEY (if needed). You'll need to do a ` huggingface-cli login ` as well for Llama models.
2425
2526## Datasets
2627
You can’t perform that action at this time.
0 commit comments