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 968eb3f commit 56b74cbCopy full SHA for 56b74cb
tests/unit/sagemaker/image_uris/test_huggingface_llm.py
@@ -91,10 +91,10 @@ def test_huggingface_uris(load_config):
91
# that doesn't involve a human raising a PR.
92
if parse(version) > parse(highest_version):
93
print(
94
- f"Skipping test for version {version} as it is higher than "
95
- "the highest known version {highest_version}. There is "
+ f"Skipping version check for {version} as there is "
96
"automation that now updates the image_uri_config "
97
- "without a human raising a PR."
+ "without a human raising a PR. Tests will pass for "
+ f"versions higher than {highest_version} that are not in HF_VERSIONS_MAPPING."
98
)
99
continue
100
0 commit comments