Skip to content

Commit 740f811

Browse files
committed
fix: Link PyTorch 1.11 to 1.11.0
1 parent b4f05b8 commit 740f811

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/sagemaker/image_uri_config/pytorch.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@
6464
"1.7": "1.7.1",
6565
"1.8": "1.8.1",
6666
"1.9": "1.9.1",
67-
"1.10": "1.10.0"
67+
"1.10": "1.10.0",
68+
"1.11": "1.11.0"
6869
},
6970
"versions": {
7071
"0.4.0": {
@@ -620,7 +621,8 @@
620621
"1.7": "1.7.1",
621622
"1.8": "1.8.1",
622623
"1.9": "1.9.1",
623-
"1.10": "1.10.0"
624+
"1.10": "1.10.0",
625+
"1.11": "1.11.0"
624626
},
625627
"versions": {
626628
"0.4.0": {

0 commit comments

Comments
 (0)