We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a52490 commit a7cb478Copy full SHA for a7cb478
1 file changed
docs/tutorials/posttraining/rl_on_multi_host.md
@@ -83,6 +83,7 @@ export MAXTEXT_CKPT_PATH=${BASE_OUTPUT_DIRECTORY?}/${WORKLOAD?}/0/items
83
export TPU_TYPE=<TPU Type> # e.g., 'v5p-128'
84
export TPU_CLUSTER=<cluster name>
85
export PROJECT_ID=<GCP project ID>
86
+export ZONE=<GCP zone>
87
export CLOUD_IMAGE_NAME=<your artifact registry image> # Name for the Docker image to be built
88
```
89
0 commit comments