Skip to content

Commit

Permalink
add a100 gpu type
Browse files Browse the repository at this point in the history
  • Loading branch information
marwanad committed Dec 6, 2021
1 parent 01a3239 commit aca7480
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ const (

var (
availableGPUTypes = map[string]struct{}{
"nvidia-tesla-a100": {},
"nvidia-tesla-k80": {},
"nvidia-tesla-p100": {},
"nvidia-tesla-v100": {},
Expand Down

0 comments on commit aca7480

Please sign in to comment.