Skip to content

Commit 59ebc7e

Browse files
authored
Merge pull request #991 from mindprince/v100-2-4
GCE VMs with 2x and 4x V100 GPUs can now be created.
2 parents 218a740 + 8eab6f5 commit 59ebc7e

File tree

1 file changed

+2
-0
lines changed
  • cluster-autoscaler/cloudprovider/gce

1 file changed

+2
-0
lines changed

cluster-autoscaler/cloudprovider/gce/gpu.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ var (
7878
},
7979
"nvidia-tesla-v100": {
8080
1: 12,
81+
2: 24,
82+
4: 48,
8183
8: 96,
8284
},
8385
}

0 commit comments

Comments
 (0)