Skip to content

Commit

Permalink
Merge pull request #991 from mindprince/v100-2-4
Browse files Browse the repository at this point in the history
GCE VMs with 2x and 4x V100 GPUs can now be created.
  • Loading branch information
mwielgus authored Jun 20, 2018
2 parents 218a740 + 8eab6f5 commit 59ebc7e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cluster-autoscaler/cloudprovider/gce/gpu.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ var (
},
"nvidia-tesla-v100": {
1: 12,
2: 24,
4: 48,
8: 96,
},
}
Expand Down

0 comments on commit 59ebc7e

Please sign in to comment.