From be675133371980b0d9f91f8fa8ffaefdf0b57bb9 Mon Sep 17 00:00:00 2001 From: Cenk Gazen Date: Wed, 3 Jan 2024 11:32:36 -0800 Subject: [PATCH] Update tf runtime version to 2.12 in docs. --- docs/cloud_tpu.md | 4 ++-- swirl_lm/example/fire/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/cloud_tpu.md b/docs/cloud_tpu.md index 815ff16..c2b8b28 100644 --- a/docs/cloud_tpu.md +++ b/docs/cloud_tpu.md @@ -43,7 +43,7 @@ machine running the browser to Jupyter. TPU_FLAGS=--xla_jf_conv_full_precision=true gcloud compute tpus tpu-vm create $TPU --project=$PROJECT --zone=$ZONE \ - --accelerator-type=$TYPE --version=tpu-vm-tf-2.11.0-pod \ + --accelerator-type=$TYPE --version=tpu-vm-tf-2.12.0-pod \ --metadata="tensorflow-env-vars=-e LIBTPU_INIT_ARGS=$TPU_FLAGS" ``` @@ -162,7 +162,7 @@ pod. For example, to set xla_jf_conv_full_precision to true: ```shell gcloud compute tpus tpu-vm create $TPU --project=$PROJECT --zone=$ZONE \ - --accelerator-type=v3-32 --version=tpu-vm-tf-2.11.0-pod \ + --accelerator-type=v3-32 --version=tpu-vm-tf-2.12.0-pod \ --metadata="tensorflow-env-vars=-e LIBTPU_INIT_ARGS=--xla_jf_conv_full_precision=true" ``` diff --git a/swirl_lm/example/fire/README.md b/swirl_lm/example/fire/README.md index 758f172..ab99800 100644 --- a/swirl_lm/example/fire/README.md +++ b/swirl_lm/example/fire/README.md @@ -9,7 +9,7 @@ This example simulates the Tubbs Fire. ```sh gcloud compute tpus tpu-vm create $TPU --project=$PROJECT \ --zone=$ZONE \ - --accelerator-type=$TYPE --version=tpu-vm-tf-2.11.0-pod \ + --accelerator-type=$TYPE --version=tpu-vm-tf-2.12.0-pod \ --metadata="tensorflow-env-vars=-e LIBTPU_INIT_ARGS=$TPU_FLAGS" ```