Skip to content

Commit 3ad2045

Browse files
authored
fix: Link PyTorch 1.11 to 1.11.0 (#3259)
1 parent cc38f05 commit 3ad2045

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
@@ -66,7 +66,8 @@
6666
"1.7": "1.7.1",
6767
"1.8": "1.8.1",
6868
"1.9": "1.9.1",
69-
"1.10": "1.10.0"
69+
"1.10": "1.10.0",
70+
"1.11": "1.11.0"
7071
},
7172
"versions": {
7273
"0.4.0": {
@@ -635,7 +636,8 @@
635636
"1.7": "1.7.1",
636637
"1.8": "1.8.1",
637638
"1.9": "1.9.1",
638-
"1.10": "1.10.0"
639+
"1.10": "1.10.0",
640+
"1.11": "1.11.0"
639641
},
640642
"versions": {
641643
"0.4.0": {

0 commit comments

Comments
 (0)