Skip to content

Commit 5322713

Browse files
authored
hotfix for canary failures (#4624)
1 parent 5fc726b commit 5322713

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/test_utils/__init__.py

+2
Original file line numberDiff line numberDiff line change
@@ -164,10 +164,12 @@ def get_ami_id_ssm(region_name, parameter_path):
164164
UL20_PT_NEURON_US_WEST_2 = get_ami_id_boto3(
165165
region_name="us-west-2",
166166
ami_name_pattern="Deep Learning AMI Neuron PyTorch 1.11.0 (Ubuntu 20.04) ????????",
167+
IncludeDeprecated=True,
167168
)
168169
UL20_TF_NEURON_US_WEST_2 = get_ami_id_boto3(
169170
region_name="us-west-2",
170171
ami_name_pattern="Deep Learning AMI Neuron TensorFlow 2.10.? (Ubuntu 20.04) ????????",
172+
IncludeDeprecated=True,
171173
)
172174
# Since NEURON TRN1 DLAMI is not released yet use a custom AMI
173175
NEURON_INF1_AMI_US_WEST_2 = "ami-06a5a60d3801a57b7"

0 commit comments

Comments
 (0)