Home > Software engineering >  How to use TPUv4s on GKE
How to use TPUv4s on GKE

Time:09-09

Following documentation from here I'm able to have GKE manage the lifecycle of TPUv3s for my tasks. However I can't use TPUv4s using the same methodology. Is it even possible given that TPUv4s can only be instantiated as TPU VMs?

CodePudding user response:

TPU v4 is not yet supported on GKE. We should have a preview later this year though.

  • Related