Skip to content

Commit 7998380

Browse files
author
Mike Schneider
committed
Add PT 2.0 inference to image_uri_config
1 parent bd51517 commit 7998380

File tree

1 file changed

+82
-2
lines changed

1 file changed

+82
-2
lines changed

src/sagemaker/image_uri_config/pytorch.json

Lines changed: 82 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@
7777
"1.10": "1.10.2",
7878
"1.11": "1.11.0",
7979
"1.12": "1.12.1",
80-
"1.13": "1.13.1"
80+
"1.13": "1.13.1",
81+
"2.0": "2.0.0"
8182
},
8283
"versions": {
8384
"0.4.0": {
@@ -838,6 +839,43 @@
838839
"us-west-2": "763104351884"
839840
},
840841
"repository": "pytorch-inference"
842+
},
843+
"2.0.0": {
844+
"py_versions": [
845+
"py310"
846+
],
847+
"registries": {
848+
"af-south-1": "626614931356",
849+
"ap-east-1": "871362719292",
850+
"ap-northeast-1": "763104351884",
851+
"ap-northeast-2": "763104351884",
852+
"ap-northeast-3": "364406365360",
853+
"ap-south-1": "763104351884",
854+
"ap-southeast-1": "763104351884",
855+
"ap-southeast-2": "763104351884",
856+
"ap-southeast-3": "907027046896",
857+
"ap-southeast-4": "457447274322",
858+
"ca-central-1": "763104351884",
859+
"cn-north-1": "727897471807",
860+
"cn-northwest-1": "727897471807",
861+
"eu-central-1": "763104351884",
862+
"eu-north-1": "763104351884",
863+
"eu-west-1": "763104351884",
864+
"eu-west-2": "763104351884",
865+
"eu-west-3": "763104351884",
866+
"eu-south-1": "692866216735",
867+
"me-south-1": "217643126080",
868+
"sa-east-1": "763104351884",
869+
"us-east-1": "763104351884",
870+
"us-east-2": "763104351884",
871+
"us-gov-east-1": "446045086412",
872+
"us-gov-west-1": "442386744353",
873+
"us-iso-east-1": "886529160074",
874+
"us-isob-east-1": "094389454867",
875+
"us-west-1": "763104351884",
876+
"us-west-2": "763104351884"
877+
},
878+
"repository": "pytorch-inference"
841879
}
842880
}
843881
},
@@ -846,7 +884,8 @@
846884
"cpu"
847885
],
848886
"version_aliases": {
849-
"1.12": "1.12.1"
887+
"1.12": "1.12.1",
888+
"2.0": "2.0.0"
850889
},
851890
"versions": {
852891
"1.12.1": {
@@ -889,6 +928,47 @@
889928
},
890929
"repository": "pytorch-inference-graviton",
891930
"container_version": {"cpu": "ubuntu20.04"}
931+
},
932+
"2.0.0": {
933+
"py_versions": [
934+
"py310"
935+
],
936+
"registries": {
937+
"af-south-1": "626614931356",
938+
"ap-east-1": "871362719292",
939+
"ap-northeast-1": "763104351884",
940+
"ap-northeast-2": "763104351884",
941+
"ap-northeast-3": "364406365360",
942+
"ap-south-1": "763104351884",
943+
"ap-south-2": "772153158452",
944+
"ap-southeast-1": "763104351884",
945+
"ap-southeast-2": "763104351884",
946+
"ap-southeast-3": "907027046896",
947+
"ap-southeast-4": "457447274322",
948+
"ca-central-1": "763104351884",
949+
"cn-north-1": "727897471807",
950+
"cn-northwest-1": "727897471807",
951+
"eu-central-1": "763104351884",
952+
"eu-central-2": "380420809688",
953+
"eu-north-1": "763104351884",
954+
"eu-west-1": "763104351884",
955+
"eu-west-2": "763104351884",
956+
"eu-west-3": "763104351884",
957+
"eu-south-1": "692866216735",
958+
"eu-south-2": "503227376785",
959+
"me-south-1": "217643126080",
960+
"sa-east-1": "763104351884",
961+
"us-east-1": "763104351884",
962+
"us-east-2": "763104351884",
963+
"us-gov-east-1": "446045086412",
964+
"us-gov-west-1": "442386744353",
965+
"us-iso-east-1": "886529160074",
966+
"us-isob-east-1": "094389454867",
967+
"us-west-1": "763104351884",
968+
"us-west-2": "763104351884"
969+
},
970+
"repository": "pytorch-inference-graviton",
971+
"container_version": {"cpu": "ubuntu20.04"}
892972
}
893973
}
894974
},

0 commit comments

Comments
 (0)