Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added support for google TPU #2143

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kulikovv
Copy link

set vendor as google and ready to and proper nodeSelector

@kubernetes( image="image_name", namespace="default", service_account="my-ksa", node_selector={ "cloud.google.com/gke-tpu-accelerator": "tpu-v6e-slice", "cloud.google.com/gke-tpu-topology": "1x1" }, gpu=1, gpu_vendor="google" )

@savingoyal
Copy link
Collaborator

thanks for the PR! it might make more sense to introduce tpu as an arg rather than overriding gpu - since one can access gpus in gcp too. also, this approach would mimic our support for trainium.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants