Skip to content

Commit e4ce18a

Browse files
committed
fix formatting
1 parent 8189d41 commit e4ce18a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/run_maxtext/run_maxtext_elastic_training.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,20 +56,20 @@ If you installed `xpk` inside a Python virtual environment (`venv`), reactivate
5656
Set these environment variables in your shell. Replace the placeholders with your own values.
5757

5858
```bash
59-
# -- Google Cloud Configuration --
59+
# Google Cloud Configuration
6060
export PROJECT_ID=<GCP project ID>
6161
export ZONE=<GCP location> # e.g., 'us-central1'
6262
export GKE_CLUSTER=<cluster name> # your Pathways-enabled cluster
6363

64-
# -- Workload Configuration --
64+
# Workload Configuration
6565
# Kubernetes requires workload names to be valid DNS labels (lowercase, no underscores/periods).
6666
export RUN_NAME="elastic-qwen3-$(date +%Y%m%d-%H%M%S)"
6767

6868
# TPU type and slice count. For supported types see src/maxtext/utils/accelerator_to_spec_map.py.
6969
export TPU_TYPE="v5litepod-16" # one slice = 16 v5e chips
7070
export NUM_SLICES=3 # total slices in the run
7171

72-
# -- MaxText & Storage Configuration --
72+
# MaxText & Storage Configuration
7373
export BASE_OUTPUT_DIRECTORY=<gcs bucket path> # e.g., gs://my-bucket/maxtext-runs
7474
export DOCKER_IMAGE="gcr.io/${PROJECT_ID?}/<your maxtext image>"
7575
```

0 commit comments

Comments
 (0)