Skip to content

Commit ed13e4d

Browse files
sirutBuasaiknikure
sirutBuasai
authored andcommitted
add 2.1 unsupported smddp
1 parent f2b47ab commit ed13e4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sagemaker/estimator.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3282,7 +3282,7 @@ class Framework(EstimatorBase):
32823282
"""
32833283

32843284
_framework_name = None
3285-
UNSUPPORTED_DLC_IMAGE_FOR_SM_PARALLELISM = ("2.0.1-gpu-py310-cu121", "2.0-gpu-py310-cu121")
3285+
UNSUPPORTED_DLC_IMAGE_FOR_SM_PARALLELISM = ("2.0.1-gpu-py310-cu121", "2.0-gpu-py310-cu121", "2.1.0-gpu-py310")
32863286

32873287
def __init__(
32883288
self,

0 commit comments

Comments
 (0)