Skip to content

Commit be38533

Browse files
chuyang-dengguoqiao1992
authored andcommitted
fix: update pytorch inference 1.6 image uri config (aws#1873)
1 parent 43bddf9 commit be38533

File tree

1 file changed

+35
-2
lines changed

1 file changed

+35
-2
lines changed

src/sagemaker/image_uri_config/pytorch.json

Lines changed: 35 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@
5353
"1.2": "1.2.0",
5454
"1.3": "1.3.1",
5555
"1.4": "1.4.0",
56-
"1.5": "1.5.0"
56+
"1.5": "1.5.0",
57+
"1.6": "1.6.0"
5758
},
5859
"versions": {
5960
"0.4.0": {
@@ -284,6 +285,38 @@
284285
"us-west-2": "763104351884"
285286
},
286287
"repository": "pytorch-inference"
288+
},
289+
"1.6.0": {
290+
"py_versions": [
291+
"py3"
292+
],
293+
"registries": {
294+
"af-south-1": "626614931356",
295+
"ap-east-1": "871362719292",
296+
"ap-northeast-1": "763104351884",
297+
"ap-northeast-2": "763104351884",
298+
"ap-south-1": "763104351884",
299+
"ap-southeast-1": "763104351884",
300+
"ap-southeast-2": "763104351884",
301+
"ca-central-1": "763104351884",
302+
"cn-north-1": "727897471807",
303+
"cn-northwest-1": "727897471807",
304+
"eu-central-1": "763104351884",
305+
"eu-north-1": "763104351884",
306+
"eu-west-1": "763104351884",
307+
"eu-west-2": "763104351884",
308+
"eu-west-3": "763104351884",
309+
"eu-south-1": "692866216735",
310+
"me-south-1": "217643126080",
311+
"sa-east-1": "763104351884",
312+
"us-east-1": "763104351884",
313+
"us-east-2": "763104351884",
314+
"us-gov-west-1": "442386744353",
315+
"us-iso-east-1": "886529160074",
316+
"us-west-1": "763104351884",
317+
"us-west-2": "763104351884"
318+
},
319+
"repository": "pytorch-inference"
287320
}
288321
}
289322
},
@@ -567,4 +600,4 @@
567600
}
568601
}
569602
}
570-
}
603+
}

0 commit comments

Comments
 (0)