Skip to content

Commit 72c40f4

Browse files
bhanutejagkBhanu Teja Goshikonda
andauthored
updated AML2_CPU_ARM64_US_EAST_1 ami_name_pattern (#5479)
* updated AML2_CPU_ARM64_US_EAST_1 ami_name_pattern * testing change on pytoch-training-2-8-sm * explicitly declared typer, langcodes and language_data * reverted toml file * reverted package declarations for pytorch 2.8 image since tests succeeded for the fix --------- Co-authored-by: Bhanu Teja Goshikonda <[email protected]>
1 parent 852eff4 commit 72c40f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dlc_developer_config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,4 +187,4 @@ dlc-pr-tensorflow-2-eia-inference = ""
187187
dlc-pr-vllm = ""
188188

189189
# sglang
190-
dlc-pr-sglang = ""
190+
dlc-pr-sglang = ""

test/test_utils/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ def get_ami_id_ssm(region_name, parameter_path):
142142
)
143143
AML2_CPU_ARM64_US_EAST_1 = get_ami_id_boto3(
144144
region_name="us-east-1",
145-
ami_name_pattern="Deep Learning Base AMI (Amazon Linux 2) Version ??.?",
145+
ami_name_pattern="Deep Learning ARM64 Base OSS Nvidia Driver GPU AMI (Amazon Linux 2) ????????",
146146
)
147147
PT_GPU_PY3_BENCHMARK_IMAGENET_AMI_US_EAST_1 = "ami-0673bb31cc62485dd"
148148
PT_GPU_PY3_BENCHMARK_IMAGENET_AMI_US_WEST_2 = "ami-02d9a47bc61a31d43"

0 commit comments

Comments
 (0)