Adding support for A30, A100 40GB, A100 80GB #181
Merged
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.
Adding the following GPU SKUS for A30, A100 40GB, and A100 80GB.
SKU Name, cpu, memory, gpu name, gpu count
A30 GPU
Standard_NC4_A30, "4", "8", "A30", "1"),
Standard_NC8_A30, "8", "16", "A30", "1"),
Standard_NC16_A30, "16", "64", "A30", "2"),
Standard_NC32_A30, "32", "132", "A30", "2"),
A100 40GB Memory GPU
Standard_NC4_A100_40, "4", "8", "A100 40GB", "1"),
Standard_NC8_A100_40, "8", "16", "A100 40GB", "1"),
Standard_NC16_A100_40, "16", "64", "A100 40GB", "2"),
Standard_NC32_A100_40, "32", "132", "A100 40GB", "2")
A100 80GB Memory GPU
Standard_NC4_A100_80, "4", "8", "A100 80GB", "1"),
Standard_NC8_A100_80, "8", "16", "A100 80GB", "1"),
Standard_NC16_A100_80, "16", "64", "A100 80GB", "2"),
Standard_NC32_A100_80, "32", "132", "A100 80GB", "2")
Note that we defined 2 different skus for the A100 to be consistent with Azure:
A100 40GB:
https://learn.microsoft.com/en-us/azure/virtual-machines/nda100-v4-series
A100 80GB:
https://learn.microsoft.com/en-us/azure/virtual-machines/nc-a100-v4-series
https://learn.microsoft.com/en-us/azure/virtual-machines/ndm-a100-v4-series