@@ -206,7 +206,7 @@ def test_jumpstart_cache_get_header():
206206 assert (
207207 "Unable to find model manifest for 'pytorch-ic-imagenet-inception-v3-classification-4' with "
208208 "version '3.*'. Visit https://sagemaker.readthedocs.io/en/stable/doc_utils/pretrainedmodels.html "
209- "for updated list of models. Consider using model ID 'pytorch-ic-imagenet-inception-v3-"
209+ "for updated list of models, or try another AWS region . Consider using model ID 'pytorch-ic-imagenet-inception-v3-"
210210 "classification-4' with version '2.0.0'."
211211 ) in str (e .value )
212212
@@ -215,7 +215,7 @@ def test_jumpstart_cache_get_header():
215215 assert (
216216 "Unable to find model manifest for 'pytorch-ic-' with version '*'. "
217217 "Visit https://sagemaker.readthedocs.io/en/stable/doc_utils/pretrainedmodels.html "
218- "for updated list of models. "
218+ "for updated list of models, or try another AWS region . "
219219 "Did you mean to use model ID 'pytorch-ic-imagenet-inception-v3-classification-4'?"
220220 ) in str (e .value )
221221
@@ -224,7 +224,7 @@ def test_jumpstart_cache_get_header():
224224 assert (
225225 "Unable to find model manifest for 'tensorflow-ic-' with version '*'. "
226226 "Visit https://sagemaker.readthedocs.io/en/stable/doc_utils/pretrainedmodels.html "
227- "for updated list of models. "
227+ "for updated list of models, or try another AWS region . "
228228 "Did you mean to use model ID 'tensorflow-ic-imagenet-inception-"
229229 "v3-classification-4'?"
230230 ) in str (e .value )
@@ -238,7 +238,7 @@ def test_jumpstart_cache_get_header():
238238 assert (
239239 "Unable to find model manifest for 'ai21-summarize' with version '1.1.003'. "
240240 "Visit https://sagemaker.readthedocs.io/en/stable/doc_utils/pretrainedmodels.html "
241- "for updated list of models. "
241+ "for updated list of models, or try another AWS region . "
242242 "Did you mean to use model ID 'ai21-summarization'?"
243243 ) in str (e .value )
244244
0 commit comments