-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
feat(tpu): add tpu vm create topology sample. #9611
base: main
Are you sure you want to change the base?
Conversation
Here is the summary of changes. You are about to add 1 region tag.
This comment is generated by snippet-bot.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please, review the ways to avoid creating TPU nodes. It is expensive and long operations.
Please, look into using zone(s) in the US.
Discuss options reuse the code sample CreateTpuWithTopologyFlag
for "create TPU" as well. The sole difference between them looks like setting or not setting a topology.
Description
Documentation - https://cloud.google.com/tpu/docs/managing-tpus-tpu-vm
Sample in Python - GoogleCloudPlatform/python-docs-samples#12719
Fixes #
Note: Before submitting a pull request, please open an issue for discussion if you are not associated with Google.
Checklist
pom.xml
parent set to latestshared-configuration
mvn clean verify
requiredmvn -P lint checkstyle:check
requiredmvn -P lint clean compile pmd:cpd-check spotbugs:check
advisory only