We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 025c3ee commit d8df187Copy full SHA for d8df187
1 file changed
pkg/utils/instance/instance_types.go
@@ -6015,7 +6015,7 @@ var InstanceTypes = []InstanceInfo{
6015
NvidiaGPUType: "A100",
6016
NeuronSupported: false,
6017
NeuronDeviceType: "",
6018
- CBRSupported: false,
+ CBRSupported: true,
6019
CPUArch: "x86-64",
6020
},
6021
{
@@ -6051,6 +6051,17 @@ var InstanceTypes = []InstanceInfo{
6051
CBRSupported: true,
6052
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
6063
+ CPUArch: "x86-64",
6064
+ },
6065
6066
InstanceType: "r3.2xlarge",
6067
InstanceStorageSupported: true,
0 commit comments