Skip to content

Commit cbafb8f

Browse files
Merge pull request #3982 from AI-Hypercomputer:fix_docs
PiperOrigin-RevId: 921725349
2 parents fe529ee + e62af5d commit cbafb8f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/guides/checkpointing_solutions/convert_checkpoint.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ python3 -m pip install torch --index-url https://download.pytorch.org/whl/cpu
4242
# Setup environment variables
4343
export MODEL=<HF_MODEL> # e.g. 'llama3.1-8b-Instruct'
4444
export BASE_OUTPUT_DIRECTORY=<CKPT_PATH> # e.g., gs://my-bucket/my-checkpoint-directory
45-
export USE_PATHWAYS=0 # Set to 1 for Pathways, 0 for McJAX
45+
export USE_PATHWAYS=0 # Set to 1 if you intend to use Pathways for training, 0 for McJAX
4646
export LAZY_LOAD_TENSORS=<LAZY_LOAD> # Set to True to save RAM
4747
```
4848

0 commit comments

Comments
 (0)