Skip to content

Commit d22ad48

Browse files
author
DevakiBolleneni
committed
rerun jobs after deleting AML2_CPU_ARM64_US_EAST_1
1 parent 606d4fd commit d22ad48

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

test/test_utils/__init__.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -140,10 +140,7 @@ def get_ami_id_ssm(region_name, parameter_path):
140140
ami_name_pattern="Deep Learning ARM64 AMI OSS Nvidia Driver GPU PyTorch 2.2.? (Ubuntu 20.04) ????????",
141141
IncludeDeprecated=True,
142142
)
143-
AML2_CPU_ARM64_US_EAST_1 = get_ami_id_boto3(
144-
region_name="us-east-1",
145-
ami_name_pattern="Deep Learning Base AMI (Amazon Linux 2) Version ??.?",
146-
)
143+
147144
PT_GPU_PY3_BENCHMARK_IMAGENET_AMI_US_EAST_1 = "ami-0673bb31cc62485dd"
148145
PT_GPU_PY3_BENCHMARK_IMAGENET_AMI_US_WEST_2 = "ami-02d9a47bc61a31d43"
149146

0 commit comments

Comments
 (0)