File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
tests/unit/sagemaker/image_uris Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -667,7 +667,7 @@ def get_training_image_uri(
667667 if distribution ["smdistributed" ]["modelparallel" ].get ("enabled" , True ):
668668 framework = "pytorch-smp"
669669 if "p5" in instance_type :
670- container_version = "cu12 "
670+ container_version = "cu121 "
671671 else :
672672 container_version = "cu118"
673673
Original file line number Diff line number Diff line change 1616from sagemaker import image_uris
1717from tests .unit .sagemaker .image_uris import expected_uris
1818
19- CONTAINER_VERSIONS = {"ml.p4d.24xlarge" : "cu118" , "ml.p5d.24xlarge" : "cu12 " }
19+ CONTAINER_VERSIONS = {"ml.p4d.24xlarge" : "cu118" , "ml.p5d.24xlarge" : "cu121 " }
2020
2121
2222@pytest .mark .parametrize ("load_config" , ["pytorch-smp.json" ], indirect = True )
You can’t perform that action at this time.
0 commit comments