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:
Raymond Etornam 2021-02-03 21:14:51 -08:00 committed by retornam
parent 3690aaa2e3
commit 1664a1ae1b
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ var (
"nvidia-tesla-k80": {},
"nvidia-tesla-p100": {},
"nvidia-tesla-v100": {},
"nvidia-tesla-t4": {},
}
)