@@ -163,7 +163,7 @@ def test_jumpstart_cache_get_header():
163
163
)
164
164
assert (
165
165
"Unable to find model manifest for 'pytorch-ic-imagenet-inception-v3-classification-4' with "
166
- "version '3.*'. Visit https://sagemaker.readthedocs.io/en/stable/doc_utils/jumpstart .html "
166
+ "version '3.*'. Visit https://sagemaker.readthedocs.io/en/stable/doc_utils/pretrainedmodels .html "
167
167
"for updated list of models. Consider using model ID 'pytorch-ic-imagenet-inception-v3-"
168
168
"classification-4' with version '2.0.0'."
169
169
) in str (e .value )
@@ -172,7 +172,7 @@ def test_jumpstart_cache_get_header():
172
172
cache .get_header (model_id = "pytorch-ic-" , semantic_version_str = "*" )
173
173
assert (
174
174
"Unable to find model manifest for 'pytorch-ic-' with version '*'. "
175
- "Visit https://sagemaker.readthedocs.io/en/stable/doc_utils/jumpstart .html "
175
+ "Visit https://sagemaker.readthedocs.io/en/stable/doc_utils/pretrainedmodels .html "
176
176
"for updated list of models. "
177
177
"Did you mean to use model ID 'pytorch-ic-imagenet-inception-v3-classification-4'?"
178
178
) in str (e .value )
@@ -181,7 +181,7 @@ def test_jumpstart_cache_get_header():
181
181
cache .get_header (model_id = "tensorflow-ic-" , semantic_version_str = "*" )
182
182
assert (
183
183
"Unable to find model manifest for 'tensorflow-ic-' with version '*'. "
184
- "Visit https://sagemaker.readthedocs.io/en/stable/doc_utils/jumpstart .html "
184
+ "Visit https://sagemaker.readthedocs.io/en/stable/doc_utils/pretrainedmodels .html "
185
185
"for updated list of models. "
186
186
"Did you mean to use model ID 'tensorflow-ic-imagenet-inception-"
187
187
"v3-classification-4'?"
0 commit comments