We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e54357c commit db7f514Copy full SHA for db7f514
tests/unit/sagemaker/jumpstart/test_cache.py
@@ -206,7 +206,8 @@ def test_jumpstart_cache_get_header():
206
assert (
207
"Unable to find model manifest for 'pytorch-ic-imagenet-inception-v3-classification-4' with "
208
"version '3.*'. Visit https://sagemaker.readthedocs.io/en/stable/doc_utils/pretrainedmodels.html "
209
- "for updated list of models, or try another AWS region. Consider using model ID 'pytorch-ic-imagenet-inception-v3-"
+ "for updated list of models, or try another AWS region. Consider using model ID "
210
+ "'pytorch-ic-imagenet-inception-v3-"
211
"classification-4' with version '2.0.0'."
212
) in str(e.value)
213
0 commit comments