File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -6015,7 +6015,7 @@ var InstanceTypes = []InstanceInfo{
6015
6015
NvidiaGPUType : "A100" ,
6016
6016
NeuronSupported : false ,
6017
6017
NeuronDeviceType : "" ,
6018
- CBRSupported : false ,
6018
+ CBRSupported : true ,
6019
6019
CPUArch : "x86-64" ,
6020
6020
},
6021
6021
{
@@ -6051,6 +6051,17 @@ var InstanceTypes = []InstanceInfo{
6051
6051
CBRSupported : true ,
6052
6052
CPUArch : "x86-64" ,
6053
6053
},
6054
+ {
6055
+ InstanceType : "p6-b200.48xlarge" ,
6056
+ InstanceStorageSupported : true ,
6057
+ EFASupported : true ,
6058
+ NvidiaGPUSupported : true ,
6059
+ NvidiaGPUType : "NVIDIA" ,
6060
+ NeuronSupported : false ,
6061
+ NeuronDeviceType : "" ,
6062
+ CBRSupported : true ,
6063
+ CPUArch : "x86-64" ,
6064
+ },
6054
6065
{
6055
6066
InstanceType : "r3.2xlarge" ,
6056
6067
InstanceStorageSupported : true ,
You can’t perform that action at this time.
0 commit comments