@@ -108,7 +108,7 @@ resource "iterative_machine" "machine" {
108108 region = "us-west"
109109 instance_type = "m"
110110 # Uncomment it if GPU is needed:
111- # instance_gpu = "tesla "
111+ # instance_gpu = "v100 "
112112}
113113```
114114
@@ -139,7 +139,7 @@ resource "iterative_machine" "machine" {
139139 region = "us-west"
140140 instance_type = "m"
141141 # Uncomment it if GPU is needed:
142- # instance_gpu = "tesla "
142+ # instance_gpu = "v100 "
143143}
144144```
145145
@@ -229,7 +229,7 @@ resource "iterative_machine" "machine" {
229229 instance_hdd_size = "10"
230230 instance_type = "m"
231231 # Uncomment it if GPU is needed:
232- # instance_gpu = "tesla "
232+ # instance_gpu = "v100 "
233233}
234234```
235235
@@ -258,7 +258,7 @@ resource "iterative_machine" "machine" {
258258 instance_hdd_size = "10"
259259 instance_type = "m"
260260 ## Uncomment it if GPU is needed:
261- # instance_gpu = "tesla "
261+ # instance_gpu = "v100 "
262262}
263263```
264264
@@ -345,17 +345,17 @@ is not currently supported.
345345The instance type in AWS is calculated by joining the ` instance_type ` and
346346` instance_gpu ` values.
347347
348- | type | gpu | aws |
349- | ---- | ----- | ----------- |
350- | m | | m5.2xlarge |
351- | l | | m5.8xlarge |
352- | xl | | m5.16xlarge |
353- | m | k80 | p2.xlarge |
354- | l | k80 | p2.8xlarge |
355- | xl | k80 | p2.16xlarge |
356- | m | tesla | p3.xlarge |
357- | l | tesla | p3.8xlarge |
358- | xl | tesla | p3.16xlarge |
348+ | type | gpu | aws |
349+ | ---- | ---- | ----------- |
350+ | m | | m5.2xlarge |
351+ | l | | m5.8xlarge |
352+ | xl | | m5.16xlarge |
353+ | m | k80 | p2.xlarge |
354+ | l | k80 | p2.8xlarge |
355+ | xl | k80 | p2.16xlarge |
356+ | m | v100 | p3.xlarge |
357+ | l | v100 | p3.8xlarge |
358+ | xl | v100 | p3.16xlarge |
359359
360360| region | aws |
361361| -------- | ---------- |
@@ -374,17 +374,17 @@ The instance type in AWS is calculated by joining the `instance_type` and
374374The instance type in Azure is calculated by joining the ` instance_type ` and
375375` instance_gpu `
376376
377- | type | gpu | azure |
378- | ---- | ----- | ----------------- |
379- | m | | Standard_F8s_v2 |
380- | l | | Standard_F32s_v2 |
381- | xl | | Standard_F64s_v2 |
382- | m | k80 | Standard_NC6 |
383- | l | k80 | Standard_NC12 |
384- | xl | k80 | Standard_NC24 |
385- | m | tesla | Standard_NC6s_v3 |
386- | l | tesla | Standard_NC12s_v3 |
387- | xl | tesla | Standard_NC24s_v3 |
377+ | type | gpu | azure |
378+ | ---- | ---- | ----------------- |
379+ | m | | Standard_F8s_v2 |
380+ | l | | Standard_F32s_v2 |
381+ | xl | | Standard_F64s_v2 |
382+ | m | k80 | Standard_NC6 |
383+ | l | k80 | Standard_NC12 |
384+ | xl | k80 | Standard_NC24 |
385+ | m | v100 | Standard_NC6s_v3 |
386+ | l | v100 | Standard_NC12s_v3 |
387+ | xl | v100 | Standard_NC24s_v3 |
388388
389389| region | azure |
390390| -------- | ----------- |
0 commit comments