Skip to content

Commit 0e0dad2

Browse files
committed
printing variables
1 parent 94e0283 commit 0e0dad2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/unit/sagemaker/image_uris/test_smp_v2.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ def test_smp_v2(load_config):
2727
"torch_distributed": {"enabled": True},
2828
"smdistributed": {"modelparallel": {"enabled": True}},
2929
}
30+
31+
print("load_config", load_config)
32+
print("VERSIONS", VERSIONS)
33+
3034
for processor in PROCESSORS:
3135
for version in VERSIONS:
3236
ACCOUNTS = load_config["training"]["versions"][version]["registries"]
@@ -42,6 +46,8 @@ def test_smp_v2(load_config):
4246
if "2.1" in version or "2.2" in version or "2.3" in version:
4347
cuda_vers = "cu121"
4448

49+
print("HERE", version, py_version)
50+
4551
uri = image_uris.get_training_image_uri(
4652
region,
4753
framework="pytorch",

0 commit comments

Comments
 (0)