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 94e0283 commit 0e0dad2Copy full SHA for 0e0dad2
tests/unit/sagemaker/image_uris/test_smp_v2.py
@@ -27,6 +27,10 @@ def test_smp_v2(load_config):
27
"torch_distributed": {"enabled": True},
28
"smdistributed": {"modelparallel": {"enabled": True}},
29
}
30
+
31
+ print("load_config", load_config)
32
+ print("VERSIONS", VERSIONS)
33
34
for processor in PROCESSORS:
35
for version in VERSIONS:
36
ACCOUNTS = load_config["training"]["versions"][version]["registries"]
@@ -42,6 +46,8 @@ def test_smp_v2(load_config):
42
46
if "2.1" in version or "2.2" in version or "2.3" in version:
43
47
cuda_vers = "cu121"
44
48
49
+ print("HERE", version, py_version)
50
45
51
uri = image_uris.get_training_image_uri(
52
region,
53
framework="pytorch",
0 commit comments