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(
667
667
if distribution ["smdistributed" ]["modelparallel" ].get ("enabled" , True ):
668
668
framework = "pytorch-smp"
669
669
if "p5" in instance_type :
670
- container_version = "cu12 "
670
+ container_version = "cu121 "
671
671
else :
672
672
container_version = "cu118"
673
673
Original file line number Diff line number Diff line change 16
16
from sagemaker import image_uris
17
17
from tests .unit .sagemaker .image_uris import expected_uris
18
18
19
- CONTAINER_VERSIONS = {"ml.p4d.24xlarge" : "cu118" , "ml.p5d.24xlarge" : "cu12 " }
19
+ CONTAINER_VERSIONS = {"ml.p4d.24xlarge" : "cu118" , "ml.p5d.24xlarge" : "cu121 " }
20
20
21
21
22
22
@pytest .mark .parametrize ("load_config" , ["pytorch-smp.json" ], indirect = True )
You can’t perform that action at this time.
0 commit comments