Skip to content

Commit

Permalink
Merge pull request #4 from bcgazen:bcg_main
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 595495136
  • Loading branch information
john-qingwang committed Jan 3, 2024
2 parents 4b77394 + 2329bbb commit 809b8fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/cloud_tpu.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
```

Expand Down Expand Up @@ -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"
```

Expand Down
2 changes: 1 addition & 1 deletion swirl_lm/example/fire/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
```

Expand Down

0 comments on commit 809b8fb

Please sign in to comment.