Skip to content

Commit c5cda9f

Browse files
andjsmiEC2 Default User
and
EC2 Default User
authored
change: Added ml.p4d and ml.p4de as supported instances for DeepSpeed (#3749)
Co-authored-by: EC2 Default User <[email protected]>
1 parent 79cfb94 commit c5cda9f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/sagemaker/djl_inference/defaults.py

+3
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@
4747
"ml.g4dn",
4848
"ml.g5",
4949
"ml.p3",
50+
"ml.p3dn",
5051
"ml.p4",
52+
"ml.p4d",
53+
"ml.p4de",
5154
"local_gpu",
5255
}

0 commit comments

Comments
 (0)