Skip to content

Commit 4d1e12b

Browse files
committed
address validation comments
1 parent 65cb5b3 commit 4d1e12b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sagemaker/serve/builder/model_builder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1283,7 +1283,7 @@ def _model_builder_optimize_wrapper(
12831283
# TRTLLM is used by Neo if the following are provided:
12841284
# 1) a GPU instance type
12851285
# 2) compilation config
1286-
gpu_instance_families = ["g4", "g5", "p4d"]
1286+
gpu_instance_families = ["g5", "g6", "p4d", "p5"]
12871287
is_gpu_instance = optimization_instance_type and any(
12881288
gpu_instance_family in optimization_instance_type
12891289
for gpu_instance_family in gpu_instance_families

0 commit comments

Comments
 (0)