Skip to content

Commit 3de17a7

Browse files
Merge pull request #3985 from AI-Hypercomputer:doc_change
PiperOrigin-RevId: 922357219
2 parents 5f5b9a0 + cb05fa8 commit 3de17a7

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)