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

Adding support for A30, A100 40GB, A100 80GB #181

Merged
merged 1 commit into from
Jun 28, 2023

Conversation

pradipd
Copy link
Contributor

@pradipd pradipd commented Jun 16, 2023

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

madhanrm
madhanrm previously approved these changes Jun 20, 2023
@pradipd pradipd merged commit f5b5540 into microsoft:main Jun 28, 2023
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.

3 participants