You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updating getting started guide to point users to use a more recent ve… (#194)
* Updating getting started guide to point users to use a more recent version of TPU (v6 instead of v4, which was hard to find), and simplifying content
* Update first_run.md
Copy file name to clipboardExpand all lines: docs/getting_started/first_run.md
+9-5Lines changed: 9 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,15 +8,19 @@ We recommend starting with a single host first and then moving to multihost.
8
8
Local development is a convenient way to run MaxDiffusion on a single host. It doesn't scale to
9
9
multiple hosts.
10
10
11
-
1.[Create and SSH to a single-host TPU (v4-8). ](https://cloud.google.com/tpu/docs/users-guide-tpu-vm#creating_a_cloud_tpu_vm_with_gcloud)
11
+
1.[Create and SSH to a single-host TPU (v6-8). ](https://cloud.google.com/tpu/docs/users-guide-tpu-vm#creating_a_cloud_tpu_vm_with_gcloud)
12
+
* You can find here [here](https://cloud.google.com/tpu/docs/regions-zones) the list of zones that support the v6(Trillium) TPUs
13
+
* We recommend using the base VM image "v2-alpha-tpuv6e", which meets the version requirements: Ubuntu Version 22.04, Python 3.10 and Tensorflow >= 2.12.0
0 commit comments