Skip to content

Commit d6f58b3

Browse files
authored
Update fw_utils.py - support 2.0.1 container for DDP and Torch distri… (#4127)
1 parent a97180d commit d6f58b3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/sagemaker/fw_utils.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,10 +151,11 @@
151151
"1.12.1",
152152
"1.13.1",
153153
"2.0.0",
154+
"2.0.1",
154155
]
155156

156157

157-
TORCH_DISTRIBUTED_GPU_SUPPORTED_FRAMEWORK_VERSIONS = ["1.13.1", "2.0.0"]
158+
TORCH_DISTRIBUTED_GPU_SUPPORTED_FRAMEWORK_VERSIONS = ["1.13.1", "2.0.0", "2.0.1"]
158159

159160
TRAINIUM_SUPPORTED_DISTRIBUTION_STRATEGIES = ["torch_distributed"]
160161
TRAINIUM_SUPPORTED_TORCH_DISTRIBUTED_FRAMEWORK_VERSIONS = [

0 commit comments

Comments
 (0)