Skip to content

Commit

Permalink
Update documentation to specify versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanaoleary committed Mar 7, 2024
1 parent 917c3a1 commit 2d53056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/ray/TPU_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ accelerator_type = "nvidia-tesla-t4"

### Installing the TPU Initialization Webhook

The TPU Initialization Webhook automatically injects the `TPU_WORKER_ID`, `TPU_NAME`, and `TPU_WORKER_HOSTNAMES` environment variables necessary for multi-host TPU clusters. The webhook needs to be installed once per GKE cluster. The instructions can be found [here](https://github.com/GoogleCloudPlatform/ai-on-gke/blob/main/applications/ray/kuberay-tpu-webhook).
The TPU Initialization Webhook automatically injects the `TPU_WORKER_ID`, `TPU_NAME`, and `TPU_WORKER_HOSTNAMES` environment variables necessary for multi-host TPU clusters. The webhook needs to be installed once per GKE cluster and requires a Kuberay Operator running v1.1 and GKE cluster version of 1.28+. The instructions can be found [here](https://github.com/GoogleCloudPlatform/ai-on-gke/blob/main/applications/ray/kuberay-tpu-webhook).

### Creating the Kuberay Cluster

Expand Down

0 comments on commit 2d53056

Please sign in to comment.