Skip to content

Commit

Permalink
GCE VMs with 2x and 4x V100 GPUs can now be created.
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitagarwal003 committed Jun 20, 2018
1 parent dec60ce commit 8eab6f5
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 8eab6f5

Please sign in to comment.