Skip to content

Commit f34555b

Browse files
author
Mike Schneider
committed
add PT 1.13.1 Inference
1 parent a9b32ec commit f34555b

File tree

1 file changed

+37
-1
lines changed

1 file changed

+37
-1
lines changed

src/sagemaker/image_uri_config/pytorch.json

Lines changed: 37 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@
7474
"1.9": "1.9.1",
7575
"1.10": "1.10.2",
7676
"1.11": "1.11.0",
77-
"1.12": "1.12.1"
77+
"1.12": "1.12.1",
78+
"1.13": "1.13.1"
7879
},
7980
"versions": {
8081
"0.4.0": {
@@ -765,6 +766,41 @@
765766
"us-west-2": "763104351884"
766767
},
767768
"repository": "pytorch-inference"
769+
},
770+
"1.13.1": {
771+
"py_versions": [
772+
"py39"
773+
],
774+
"registries": {
775+
"af-south-1": "626614931356",
776+
"ap-east-1": "871362719292",
777+
"ap-northeast-1": "763104351884",
778+
"ap-northeast-2": "763104351884",
779+
"ap-northeast-3": "364406365360",
780+
"ap-south-1": "763104351884",
781+
"ap-southeast-1": "763104351884",
782+
"ap-southeast-2": "763104351884",
783+
"ap-southeast-3": "907027046896",
784+
"ca-central-1": "763104351884",
785+
"cn-north-1": "727897471807",
786+
"cn-northwest-1": "727897471807",
787+
"eu-central-1": "763104351884",
788+
"eu-north-1": "763104351884",
789+
"eu-west-1": "763104351884",
790+
"eu-west-2": "763104351884",
791+
"eu-west-3": "763104351884",
792+
"eu-south-1": "692866216735",
793+
"me-south-1": "217643126080",
794+
"sa-east-1": "763104351884",
795+
"us-east-1": "763104351884",
796+
"us-east-2": "763104351884",
797+
"us-gov-east-1": "446045086412",
798+
"us-gov-west-1": "442386744353",
799+
"us-iso-east-1": "886529160074",
800+
"us-west-1": "763104351884",
801+
"us-west-2": "763104351884"
802+
},
803+
"repository": "pytorch-inference"
768804
}
769805
}
770806
},

0 commit comments

Comments
 (0)