Skip to content

Commit fef6e10

Browse files
author
BruceZhang@eitug
committed
feature: Adding support for SageMaker Training Compiler PyTorch 1.13
1 parent 387d35a commit fef6e10

File tree

1 file changed

+31
-1
lines changed

1 file changed

+31
-1
lines changed

src/sagemaker/image_uri_config/pytorch-training-compiler.json

+31-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"gpu"
55
],
66
"version_aliases": {
7-
"1.12": "1.12.0"
7+
"1.12": "1.12.0",
8+
"1.13": "1.13.1"
89
},
910
"versions": {
1011
"1.12.0": {
@@ -35,6 +36,35 @@
3536
"us-west-2": "763104351884"
3637
},
3738
"repository": "pytorch-trcomp-training"
39+
},
40+
"1.13.1": {
41+
"py_versions": [
42+
"py39"
43+
],
44+
"registries": {
45+
"af-south-1": "626614931356",
46+
"ap-east-1": "871362719292",
47+
"ap-northeast-1": "763104351884",
48+
"ap-northeast-2": "763104351884",
49+
"ap-northeast-3": "364406365360",
50+
"ap-south-1": "763104351884",
51+
"ap-southeast-1": "763104351884",
52+
"ap-southeast-2": "763104351884",
53+
"ca-central-1": "763104351884",
54+
"eu-central-1": "763104351884",
55+
"eu-north-1": "763104351884",
56+
"eu-west-1": "763104351884",
57+
"eu-west-2": "763104351884",
58+
"eu-west-3": "763104351884",
59+
"eu-south-1": "692866216735",
60+
"me-south-1": "217643126080",
61+
"sa-east-1": "763104351884",
62+
"us-east-1": "763104351884",
63+
"us-east-2": "763104351884",
64+
"us-west-1": "763104351884",
65+
"us-west-2": "763104351884"
66+
},
67+
"repository": "pytorch-trcomp-training"
3868
}
3969
}
4070
}

0 commit comments

Comments
 (0)