-
Notifications
You must be signed in to change notification settings - Fork 287
Introduce accelerators.json as Single Source of Truth for GCE machine types #5426
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
Draft
SwarnaBharathiMantena
wants to merge
5
commits into
GoogleCloudPlatform:develop
Choose a base branch
from
SwarnaBharathiMantena:swarnabm/update_machine_info_map
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from 1 commit
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
3a63504
Introduce accelerators.json as Single Source of Truth for GKE machine…
SwarnaBharathiMantena 7cf6c28
Fix: add missing g4-standard machine types to accelerators.json
SwarnaBharathiMantena fc41503
pass the map using accelerator_configs as input
SwarnaBharathiMantena 395e116
chore: update auto-generated README.md for accelerator_configs
SwarnaBharathiMantena c0b5c99
restructure the gpu-definition module to include variables.tf file
SwarnaBharathiMantena File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,50 @@ | ||
| { | ||
| "gpus": { | ||
| "a2-highgpu-1g": { "count": 1, "type": "nvidia-tesla-a100" }, | ||
| "a2-highgpu-2g": { "count": 2, "type": "nvidia-tesla-a100" }, | ||
| "a2-highgpu-4g": { "count": 4, "type": "nvidia-tesla-a100" }, | ||
| "a2-highgpu-8g": { "count": 8, "type": "nvidia-tesla-a100" }, | ||
| "a2-megagpu-16g": { "count": 16, "type": "nvidia-tesla-a100" }, | ||
| "a2-ultragpu-1g": { "count": 1, "type": "nvidia-a100-80gb" }, | ||
| "a2-ultragpu-2g": { "count": 2, "type": "nvidia-a100-80gb" }, | ||
| "a2-ultragpu-4g": { "count": 4, "type": "nvidia-a100-80gb" }, | ||
| "a2-ultragpu-8g": { "count": 8, "type": "nvidia-a100-80gb" }, | ||
| "a3-highgpu-1g": { "count": 1, "type": "nvidia-h100-80gb" }, | ||
| "a3-highgpu-2g": { "count": 2, "type": "nvidia-h100-80gb" }, | ||
| "a3-highgpu-4g": { "count": 4, "type": "nvidia-h100-80gb" }, | ||
| "a3-highgpu-8g": { "count": 8, "type": "nvidia-h100-80gb" }, | ||
| "a3-megagpu-8g": { "count": 8, "type": "nvidia-h100-mega-80gb" }, | ||
| "a3-ultragpu-8g": { "count": 8, "type": "nvidia-h200-141gb" }, | ||
| "a4-highgpu-8g-lowmem": { "count": 8, "type": "nvidia-b200" }, | ||
| "a4-highgpu-8g": { "count": 8, "type": "nvidia-b200" }, | ||
| "a4x-highgpu-4g": { "count": 4, "type": "nvidia-gb200" }, | ||
| "a4x-highgpu-4g-nolssd": { "count": 4, "type": "nvidia-gb200" }, | ||
| "a4x-maxgpu-4g-metal": { "count": 4, "type": "nvidia-gb300" }, | ||
| "a4x-maxgpu-4g-metal-nolssd": { "count": 4, "type": "nvidia-gb300" }, | ||
| "g2-standard-4": { "count": 1, "type": "nvidia-l4" }, | ||
| "g2-standard-8": { "count": 1, "type": "nvidia-l4" }, | ||
| "g2-standard-12": { "count": 1, "type": "nvidia-l4" }, | ||
| "g2-standard-16": { "count": 1, "type": "nvidia-l4" }, | ||
| "g2-standard-24": { "count": 2, "type": "nvidia-l4" }, | ||
| "g2-standard-32": { "count": 1, "type": "nvidia-l4" }, | ||
| "g2-standard-48": { "count": 4, "type": "nvidia-l4" }, | ||
| "g2-standard-96": { "count": 8, "type": "nvidia-l4" }, | ||
| "g4-standard-48": { "count": 1, "type": "nvidia-rtx-pro-6000" }, | ||
| "g4-standard-96": { "count": 2, "type": "nvidia-rtx-pro-6000" }, | ||
| "g4-standard-192": { "count": 4, "type": "nvidia-rtx-pro-6000" }, | ||
| "g4-standard-384": { "count": 8, "type": "nvidia-rtx-pro-6000" } | ||
SwarnaBharathiMantena marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| }, | ||
| "tpus": { | ||
| "ct4p-hightpu-4t": { "count": 4, "type": "tpu-v4-podslice" }, | ||
| "ct5lp-hightpu-1t": { "count": 1, "type": "tpu-v5-lite-podslice" }, | ||
| "ct5lp-hightpu-4t": { "count": 4, "type": "tpu-v5-lite-podslice" }, | ||
| "ct5lp-hightpu-8t": { "count": 8, "type": "tpu-v5-lite-podslice" }, | ||
| "ct5p-hightpu-1t": { "count": 1, "type": "tpu-v5p-slice" }, | ||
| "ct5p-hightpu-2t": { "count": 2, "type": "tpu-v5p-slice" }, | ||
| "ct5p-hightpu-4t": { "count": 4, "type": "tpu-v5p-slice" }, | ||
| "ct6e-standard-1t": { "count": 1, "type": "tpu-v6e-slice" }, | ||
| "ct6e-standard-4t": { "count": 4, "type": "tpu-v6e-slice" }, | ||
| "ct6e-standard-8t": { "count": 8, "type": "tpu-v6e-slice" }, | ||
| "tpu7x-standard-4t": { "count": 4, "type": "tpu7x" } | ||
| } | ||
| } | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.