Created
October 23, 2020 20:49
-
-
Save alexeldeib/ea3a8eb382f96d0cd56364347694798c to your computer and use it in GitHub Desktop.
Azure GPU SKU
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
{ | |
"apiVersions": null, | |
"capabilities": [ | |
{ | |
"name": "MaxResourceVolumeMB", | |
"value": "2883584" | |
}, | |
{ | |
"name": "OSVhdSizeMB", | |
"value": "1047552" | |
}, | |
{ | |
"name": "vCPUs", | |
"value": "64" | |
}, | |
{ | |
"name": "HyperVGenerations", | |
"value": "V1,V2" | |
}, | |
{ | |
"name": "MemoryGB", | |
"value": "448" | |
}, | |
{ | |
"name": "MaxDataDiskCount", | |
"value": "32" | |
}, | |
{ | |
"name": "LowPriorityCapable", | |
"value": "True" | |
}, | |
{ | |
"name": "PremiumIO", | |
"value": "True" | |
}, | |
{ | |
"name": "VMDeploymentTypes", | |
"value": "IaaS" | |
}, | |
{ | |
"name": "vCPUsAvailable", | |
"value": "64" | |
}, | |
{ | |
"name": "GPUs", | |
"value": "4" | |
}, | |
{ | |
"name": "vCPUsPerCore", | |
"value": "1" | |
}, | |
{ | |
"name": "CombinedTempDiskAndCachedIOPS", | |
"value": "16320" | |
}, | |
{ | |
"name": "CombinedTempDiskAndCachedReadBytesPerSecond", | |
"value": "251658240" | |
}, | |
{ | |
"name": "CombinedTempDiskAndCachedWriteBytesPerSecond", | |
"value": "251658240" | |
}, | |
{ | |
"name": "CachedDiskBytes", | |
"value": "154619000000" | |
}, | |
{ | |
"name": "UncachedDiskIOPS", | |
"value": "24480" | |
}, | |
{ | |
"name": "UncachedDiskBytesPerSecond", | |
"value": "368640000" | |
}, | |
{ | |
"name": "EphemeralOSDiskSupported", | |
"value": "True" | |
}, | |
{ | |
"name": "EncryptionAtHostSupported", | |
"value": "True" | |
} | |
], | |
"capacity": null, | |
"costs": null, | |
"family": "Standard NCASv3_T4 Family", | |
"kind": null, | |
"locationInfo": [ | |
{ | |
"location": "westus2", | |
"zoneDetails": [], | |
"zones": [ | |
"3" | |
] | |
} | |
], | |
"locations": [ | |
"westus2" | |
], | |
"name": "Standard_NC64as_T4_v3", | |
"resourceType": "virtualMachines", | |
"restrictions": [], | |
"size": "NC64as_T4_v3", | |
"tier": "Standard" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment