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 5342d59 commit e8edeaaCopy full SHA for e8edeaa
tests/unit/sagemaker/image_uris/test_smp_v2.py
@@ -21,7 +21,6 @@
21
22
@pytest.mark.parametrize("load_config", ["pytorch-smp.json"], indirect=True)
23
def test_smp_v2(load_config):
24
- print('Running test_smp_v2')
25
VERSIONS = load_config["training"]["versions"]
26
PROCESSORS = load_config["training"]["processors"]
27
distribution = {"torch_distributed":
0 commit comments