Skip to content

Commit f4719a8

Browse files
author
AWS
committed
Amazon SageMaker Service Update: Amazon SageMaker now supports running training jobs on p5.48xlarge instance types.
1 parent 52b158d commit f4719a8

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon SageMaker Service",
4+
"contributor": "",
5+
"description": "Amazon SageMaker now supports running training jobs on p5.48xlarge instance types."
6+
}

services/sagemaker/src/main/resources/codegen-resources/service-2.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32057,7 +32057,8 @@
3205732057
"ml.g5.48xlarge",
3205832058
"ml.trn1.2xlarge",
3205932059
"ml.trn1.32xlarge",
32060-
"ml.trn1n.32xlarge"
32060+
"ml.trn1n.32xlarge",
32061+
"ml.p5.48xlarge"
3206132062
]
3206232063
},
3206332064
"TrainingInstanceTypes":{

0 commit comments

Comments
 (0)