Skip to content

Commit 678a06b

Browse files
tonyhooNamrata Madan
authored andcommitted
feature: AutoGluon 0.6.2 image_uris update (aws#3649)
1 parent ed1559f commit 678a06b

File tree

2 files changed

+72
-2
lines changed

2 files changed

+72
-2
lines changed

src/sagemaker/image_uri_config/autogluon.json

Lines changed: 70 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"0.3": "0.3.2",
66
"0.4": "0.4.3",
77
"0.5": "0.5.2",
8-
"0.6": "0.6.1"
8+
"0.6": "0.6.2"
99
},
1010
"versions": {
1111
"0.3.1": {
@@ -242,6 +242,39 @@
242242
"repository": "autogluon-training",
243243
"processors": ["cpu", "gpu"],
244244
"py_versions": ["py38"]
245+
},
246+
"0.6.2": {
247+
"registries": {
248+
"af-south-1": "626614931356",
249+
"ap-east-1": "871362719292",
250+
"ap-northeast-1": "763104351884",
251+
"ap-northeast-2": "763104351884",
252+
"ap-northeast-3": "364406365360",
253+
"ap-south-1": "763104351884",
254+
"ap-southeast-1": "763104351884",
255+
"ap-southeast-2": "763104351884",
256+
"ap-southeast-3": "907027046896",
257+
"ca-central-1": "763104351884",
258+
"eu-central-1": "763104351884",
259+
"eu-north-1": "763104351884",
260+
"eu-west-1": "763104351884",
261+
"eu-west-2": "763104351884",
262+
"eu-west-3": "763104351884",
263+
"eu-south-1": "692866216735",
264+
"me-south-1": "217643126080",
265+
"sa-east-1": "763104351884",
266+
"us-east-1": "763104351884",
267+
"us-east-2": "763104351884",
268+
"us-gov-east-1": "446045086412",
269+
"us-gov-west-1": "442386744353",
270+
"us-iso-east-1": "886529160074",
271+
"us-isob-east-1": "094389454867",
272+
"us-west-1": "763104351884",
273+
"us-west-2": "763104351884"
274+
},
275+
"repository": "autogluon-training",
276+
"processors": ["cpu", "gpu"],
277+
"py_versions": ["py38"]
245278
}
246279
}
247280
},
@@ -250,7 +283,7 @@
250283
"0.3": "0.3.2",
251284
"0.4": "0.4.3",
252285
"0.5": "0.5.2",
253-
"0.6": "0.6.1"
286+
"0.6": "0.6.2"
254287
},
255288
"versions": {
256289
"0.3.1": {
@@ -521,6 +554,41 @@
521554
"repository": "autogluon-inference",
522555
"processors": ["cpu", "gpu"],
523556
"py_versions": ["py38"]
557+
},
558+
"0.6.2": {
559+
"registries": {
560+
"af-south-1": "626614931356",
561+
"ap-east-1": "871362719292",
562+
"ap-northeast-1": "763104351884",
563+
"ap-northeast-2": "763104351884",
564+
"ap-northeast-3": "364406365360",
565+
"ap-south-1": "763104351884",
566+
"ap-southeast-1": "763104351884",
567+
"ap-southeast-2": "763104351884",
568+
"ap-southeast-3": "907027046896",
569+
"ca-central-1": "763104351884",
570+
"cn-north-1": "727897471807",
571+
"cn-northwest-1": "727897471807",
572+
"eu-central-1": "763104351884",
573+
"eu-north-1": "763104351884",
574+
"eu-west-1": "763104351884",
575+
"eu-west-2": "763104351884",
576+
"eu-west-3": "763104351884",
577+
"eu-south-1": "692866216735",
578+
"me-south-1": "217643126080",
579+
"sa-east-1": "763104351884",
580+
"us-east-1": "763104351884",
581+
"us-east-2": "763104351884",
582+
"us-gov-east-1": "446045086412",
583+
"us-gov-west-1": "442386744353",
584+
"us-iso-east-1": "886529160074",
585+
"us-isob-east-1": "094389454867",
586+
"us-west-1": "763104351884",
587+
"us-west-2": "763104351884"
588+
},
589+
"repository": "autogluon-inference",
590+
"processors": ["cpu", "gpu"],
591+
"py_versions": ["py38"]
524592
}
525593
}
526594
}

tests/unit/sagemaker/image_uris/test_autogluon.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,9 @@
5656
"0.5",
5757
"0.6.1",
5858
"0.6",
59+
"0.6.2",
5960
]
61+
6062
SCOPES = ["training", "inference"]
6163
PROCESSORS = ["cpu", "gpu"]
6264

0 commit comments

Comments
 (0)