Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

Commit

Permalink
chore: add T4 GPU as Nvidia GPUs (#4259)
Browse files Browse the repository at this point in the history
  • Loading branch information
penggu authored and jackfrancis committed Feb 11, 2021
1 parent 8a1e2bc commit 91d42f2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkg/api/common/helper.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,11 @@ func IsNvidiaEnabledSKU(vmSize string) bool {
"Standard_NC24rs_v3": true,
"Standard_ND40s_v3": true,
"Standard_ND40rs_v2": true,
// T4
"Standard_NC4as_T4_v3": true,
"Standard_NC8as_T4_v3": true,
"Standard_NC16as_T4_v3": true,
"Standard_NC64as_T4_v3": true,
}
// Trim the optional _Promo suffix.
vmSize = strings.TrimSuffix(vmSize, "_Promo")
Expand Down

0 comments on commit 91d42f2

Please sign in to comment.