Skip to content

Commit

Permalink
Fix spelling errors in volume_limits.go comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ElijahQuinones committed Aug 15, 2024
1 parent 2b82838 commit 752aa35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/cloud/volume_limits.go
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ var nvmeInstanceStoreVolumes = map[string]int{
}

// https://aws.amazon.com/ec2/instance-types
// Despite the dl1.24xlarge having Gaudi Accelerators describe instance types considers them GPUs as such that instacne type is in this table
// Despite the dl1.24xlarge having Gaudi Accelerators describe instance types considers them GPUs as such that instance type is in this table
// g5.48xlarge is not added to this table as it is in the maxVolumeLimits
var gpuInstanceGpus = map[string]int{
"dl1.24xlarge": 8,
Expand Down Expand Up @@ -557,7 +557,7 @@ var gpuInstanceGpus = map[string]int{
"p5.48xlarge": 8,
}

// Note this table is not a reflection of how many accelerators an instance has but of how many slots their combined acclerators take up
// Note this table is not a reflection of how many accelerators an instance has but of how many slots their combined accelerators take up
// VT instance type accelerators take two slots each with the exception of the vt1.24xlarge which takes 0 slots for its accelerators
// inf1 instance types are purposely not added to this table as they are in the maxVolumeLimits table
// https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/volume_limits.html
Expand Down

0 comments on commit 752aa35

Please sign in to comment.