Skip to content

Commit c4fc659

Browse files
gilinachumknikure
authored andcommitted
Update fw_utils.py - support 2.0.1 container for DDP and Torch distributed
2.0.1 exist and it works well with DDP and Torch Distributed, so allowing clients to use this combination.
1 parent f7cec53 commit c4fc659

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)