Skip to content

Commit fc79f59

Browse files
authored
docs: micro doc update with a helpful reminder on environment variables (#20)
1 parent 5a2b4e9 commit fc79f59

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

docs/guides/grpo.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ uv run examples/run_grpo_math.py --config <PATH TO YAML CONFIG> {overrides}
1010
```
1111
If 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

1517
In this guide, we'll walk through we handle

docs/guides/sft.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)