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
It would be great to be able to leverage TPUs in our Kubeflow cluster if deploying in GKE.
I can work on that feature as I enabled that option already in my local version.
Believe we just need to modify the below two files within deployment_manager_configs:
cluster-kubeflow.yaml -> Add boolean option "tpu: false"
cluster.jinja -> Add settings to enable TPU and IP Aliases if tpu: true
The text was updated successfully, but these errors were encountered:
It would be great to be able to leverage TPUs in our Kubeflow cluster if deploying in GKE.
I can work on that feature as I enabled that option already in my local version.
Believe we just need to modify the below two files within deployment_manager_configs:
cluster-kubeflow.yaml -> Add boolean option "tpu: false"
cluster.jinja -> Add settings to enable TPU and IP Aliases if tpu: true
The text was updated successfully, but these errors were encountered: