Skip to content

Commit 2592d80

Browse files
committed
Update grpo_with_pathways.md and sft_on_multi_host.md with pathways cluster create
1 parent aca5b24 commit 2592d80

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/tutorials/grpo_with_pathways.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ bash docker_upload_runner.sh CLOUD_IMAGE_NAME=path/to/gcr.io
5454

5555
### Submit your jobs
5656

57-
Please use a pathways enabled [XPK](https://github.com/AI-Hypercomputer/xpk) cluster, and you can submit the `train_rl.py` script via [XPK](https://github.com/AI-Hypercomputer/xpk)
57+
Please create a pathways ready GKE cluster as described [here](https://docs.cloud.google.com/ai-hypercomputer/docs/workloads/pathways-on-cloud/create-gke-cluster), and you can submit the `train_rl.py` script via [XPK](https://github.com/AI-Hypercomputer/xpk)
5858
```
5959
xpk workload create-pathways --workload $WORKLOAD \
6060
--docker-image path/to/gcr.io:latest --cluster $TPU_CLUSTER \

docs/tutorials/sft_on_multi_host.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ The `docker_upload_runner.sh` script uploads your Docker image to Artifact Regis
5050
Install XPK by following the instructions in the [official documentation](https://github.com/AI-Hypercomputer/xpk?tab=readme-ov-file#installation-via-pip).
5151

5252
## 3. Create GKE cluster
53-
If you don't already have a GKE cluster, create one by following the [XPK cluster creation guide](https://github.com/AI-Hypercomputer/xpk?tab=readme-ov-file#cluster-create). Ensure the cluster is Pathways-compatible when running SFT with Pathways.
53+
Use a pathways ready GKE cluster as described [here](https://docs.cloud.google.com/ai-hypercomputer/docs/workloads/pathways-on-cloud/create-gke-cluster)
5454

5555
## 4. Environment configuration
5656
```bash

0 commit comments

Comments
 (0)