@@ -116,7 +116,7 @@ def test_pytorch_train_mnist_cpu_deep_canary(pytorch_training, ec2_connection, c
116116 execute_ec2_training_test (ec2_connection , pytorch_training , PT_MNIST_CMD )
117117
118118
119- @pytest .mark .parametrize ("ec2_instance_ami" , [test_utils .UL20_BASE_NEURON_US_WEST_2 ], indirect = True )
119+ @pytest .mark .parametrize ("ec2_instance_ami" , [test_utils .UL22_BASE_NEURON_US_WEST_2 ], indirect = True )
120120@pytest .mark .parametrize ("ec2_instance_type" , PT_EC2_NEURON_TRN1_INSTANCE_TYPE , indirect = True )
121121@pytest .mark .integration ("pytorch_neuronx_sanity_test" )
122122@pytest .mark .neuronx_test
@@ -126,7 +126,7 @@ def test_pytorch_allreduce_neuronx(pytorch_training_neuronx, ec2_connection):
126126 execute_ec2_training_test (ec2_connection , pytorch_training_neuronx , PT_NEURON_ALLREDUCE_CMD )
127127
128128
129- @pytest .mark .parametrize ("ec2_instance_ami" , [test_utils .UL20_BASE_NEURON_US_WEST_2 ], indirect = True )
129+ @pytest .mark .parametrize ("ec2_instance_ami" , [test_utils .UL22_BASE_NEURON_US_WEST_2 ], indirect = True )
130130@pytest .mark .parametrize ("ec2_instance_type" , PT_EC2_NEURON_TRN1_INSTANCE_TYPE , indirect = True )
131131@pytest .mark .integration ("pytorch_neuronx_sanity_test" )
132132@pytest .mark .neuronx_test
@@ -136,7 +136,7 @@ def test_pytorch_train_mlp_neuronx(pytorch_training_neuronx, ec2_connection):
136136 execute_ec2_training_test (ec2_connection , pytorch_training_neuronx , PT_NEURON_MLP_CMD )
137137
138138
139- @pytest .mark .parametrize ("ec2_instance_ami" , [test_utils .UL20_BASE_NEURON_US_WEST_2 ], indirect = True )
139+ @pytest .mark .parametrize ("ec2_instance_ami" , [test_utils .UL22_BASE_NEURON_US_WEST_2 ], indirect = True )
140140@pytest .mark .parametrize ("ec2_instance_type" , PT_EC2_NEURON_INF2_INSTANCE_TYPE , indirect = True )
141141@pytest .mark .integration ("pytorch_neuronx_sanity_test" )
142142@pytest .mark .neuronx_test
@@ -146,7 +146,7 @@ def test_pytorch_allreduce_neuronx_inf2(pytorch_training_neuronx, ec2_connection
146146 execute_ec2_training_test (ec2_connection , pytorch_training_neuronx , PT_NEURON_ALLREDUCE_CMD )
147147
148148
149- @pytest .mark .parametrize ("ec2_instance_ami" , [test_utils .UL20_BASE_NEURON_US_WEST_2 ], indirect = True )
149+ @pytest .mark .parametrize ("ec2_instance_ami" , [test_utils .UL22_BASE_NEURON_US_WEST_2 ], indirect = True )
150150@pytest .mark .parametrize ("ec2_instance_type" , PT_EC2_NEURON_INF2_INSTANCE_TYPE , indirect = True )
151151@pytest .mark .integration ("pytorch_neuronx_sanity_test" )
152152@pytest .mark .neuronx_test
0 commit comments