Skip to content

Commit

Permalink
fix: update constants (#961)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoonoh authored Dec 4, 2024
1 parent e67e7e2 commit 9ed8d5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/constants/ec2-info.ts
Original file line number Diff line number Diff line change
Expand Up @@ -804,6 +804,7 @@ export const ec2Info: Record<_InstanceType | string, Ec2InstanceInfo> = {
'trn1.2xlarge': { vCpu: 8, memoryGiB: 32, architectures: ['x86_64'] },
'trn1.32xlarge': { vCpu: 128, memoryGiB: 512, architectures: ['x86_64'] },
'trn1n.32xlarge': { vCpu: 128, memoryGiB: 512, architectures: ['x86_64'] },
'trn2.48xlarge': { vCpu: 192, memoryGiB: 2048, architectures: ['x86_64'] },
'u-12tb1.112xlarge': { vCpu: 448, memoryGiB: 12288, architectures: ['x86_64'] },
'u-18tb1.112xlarge': { vCpu: 448, memoryGiB: 18432, architectures: ['x86_64'] },
'u-24tb1.112xlarge': { vCpu: 448, memoryGiB: 24576, architectures: ['x86_64'] },
Expand Down

0 comments on commit 9ed8d5d

Please sign in to comment.