Support AWS new GPU type - T4
AWS introduced EC2 G4 instances that run up to 4 NVIDIA T4 GPUs. See https://docs.aws.amazon.com/dlami/latest/devguide/gpu.html for more info on the new instance type.
This commit is contained in:
parent
3690aaa2e3
commit
1664a1ae1b
|
|
@ -42,6 +42,7 @@ var (
|
|||
"nvidia-tesla-k80": {},
|
||||
"nvidia-tesla-p100": {},
|
||||
"nvidia-tesla-v100": {},
|
||||
"nvidia-tesla-t4": {},
|
||||
}
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue