Skip to content

Commit 905b6b2

Browse files
committed
Add 1.10.2 to PT supported versions
1 parent a013b71 commit 905b6b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/sagemaker/fw_utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
PYTORCHDDP_SUPPORTED_FRAMEWORK_VERSIONS = [
108108
"1.10",
109109
"1.10.0",
110-
"1.10.1",
110+
"1.10.2",
111111
"1.11",
112112
"1.11.0",
113113
"1.12",

tests/conftest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ def pytorch_ddp_py_version():
417417

418418

419419
@pytest.fixture(
420-
scope="module", params=["1.10", "1.10.0", "1.10.1", "1.11", "1.11.0", "1.12", "1.12.0"]
420+
scope="module", params=["1.10", "1.10.0", "1.10.2", "1.11", "1.11.0", "1.12", "1.12.0"]
421421
)
422422
def pytorch_ddp_framework_version(request):
423423
return request.param

0 commit comments

Comments
 (0)