Skip to content

Commit cb05fa8

Browse files
committed
docs: clarify that setting MAXTEXT_CKPT_PATH is required in Option 2
The word "can" made the step sound optional, but the env var is required for the training command to succeed. Align phrasing with Option 1.
1 parent d11185b commit cb05fa8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • docs/tutorials/posttraining

docs/tutorials/posttraining/rl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ export MAXTEXT_CKPT_PATH=<CKPT_PATH> # e.g., gs://my-bucket/my-model-checkpoint/
9898

9999
### Option 2: Converting from a Hugging Face checkpoint
100100

101-
Refer the steps in [Hugging Face to MaxText](../../guides/checkpointing_solutions/convert_checkpoint.md#hugging-face-to-maxtext) to convert a hugging face checkpoint to MaxText. Make sure you have correct checkpoint files converted and saved. Similar as Option 1, you can set the following environment and move on.
101+
Refer the steps in [Hugging Face to MaxText](../../guides/checkpointing_solutions/convert_checkpoint.md#hugging-face-to-maxtext) to convert a hugging face checkpoint to MaxText. Make sure you have correct checkpoint files converted and saved. Similar to Option 1, set the following environment variable and move on to the next section.
102102

103103
```bash
104104
export MAXTEXT_CKPT_PATH=<CKPT_PATH> # e.g., gs://my-bucket/my-model-checkpoint/0/items

0 commit comments

Comments
 (0)