Skip to content

Commit

Permalink
Added support for the AWS Inferentia 2 instance types based on the Ne…
Browse files Browse the repository at this point in the history
…uronCore v2 chip architecture
  • Loading branch information
mmcclean-aws authored and ff-apple committed May 18, 2023
1 parent 91cb73e commit 9dd10e9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions cluster-autoscaler/cloudprovider/aws/ec2_instance_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -2748,6 +2748,13 @@ var InstanceTypes = map[string]*InstanceType{
GPU: 8,
Architecture: "amd64",
},
"p4de.24xlarge": {
InstanceType: "p4de.24xlarge",
VCPU: 96,
MemoryMb: 1179648,
GPU: 8,
Architecture: "amd64",
},
"r3.2xlarge": {
InstanceType: "r3.2xlarge",
VCPU: 8,
Expand Down

0 comments on commit 9dd10e9

Please sign in to comment.