Skip to content

Commit d12763c

Browse files
Weisu Yinyinweisu
Weisu Yin
andauthored
feature: AutoGluon 0.8.2 image_uris update (#4012)
* add 0.8.2 * black * add 0.8.2 * black * feature: AutoGluon 0.8.2 image_uris update --------- Co-authored-by: Weisu <[email protected]>
1 parent 3153f5a commit d12763c

File tree

2 files changed

+78
-2
lines changed

2 files changed

+78
-2
lines changed

src/sagemaker/image_uri_config/autogluon.json

Lines changed: 76 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"0.4": "0.4.3",
77
"0.5": "0.5.2",
88
"0.6": "0.6.2",
9-
"0.7": "0.7.0"
9+
"0.7": "0.7.0",
10+
"0.8": "0.8.2"
1011
},
1112
"versions": {
1213
"0.3.1": {
@@ -345,6 +346,41 @@
345346
"repository": "autogluon-training",
346347
"processors": ["cpu", "gpu"],
347348
"py_versions": ["py39"]
349+
},
350+
"0.8.2": {
351+
"registries": {
352+
"af-south-1": "626614931356",
353+
"il-central-1": "780543022126",
354+
"ap-east-1": "871362719292",
355+
"ap-northeast-1": "763104351884",
356+
"ap-northeast-2": "763104351884",
357+
"ap-northeast-3": "364406365360",
358+
"ap-south-1": "763104351884",
359+
"ap-southeast-1": "763104351884",
360+
"ap-southeast-2": "763104351884",
361+
"ap-southeast-3": "907027046896",
362+
"ap-southeast-4": "457447274322",
363+
"ca-central-1": "763104351884",
364+
"eu-central-1": "763104351884",
365+
"eu-north-1": "763104351884",
366+
"eu-west-1": "763104351884",
367+
"eu-west-2": "763104351884",
368+
"eu-west-3": "763104351884",
369+
"eu-south-1": "692866216735",
370+
"me-south-1": "217643126080",
371+
"sa-east-1": "763104351884",
372+
"us-east-1": "763104351884",
373+
"us-east-2": "763104351884",
374+
"us-gov-east-1": "446045086412",
375+
"us-gov-west-1": "442386744353",
376+
"us-iso-east-1": "886529160074",
377+
"us-isob-east-1": "094389454867",
378+
"us-west-1": "763104351884",
379+
"us-west-2": "763104351884"
380+
},
381+
"repository": "autogluon-training",
382+
"processors": ["cpu", "gpu"],
383+
"py_versions": ["py39"]
348384
}
349385
}
350386
},
@@ -354,7 +390,8 @@
354390
"0.4": "0.4.3",
355391
"0.5": "0.5.2",
356392
"0.6": "0.6.2",
357-
"0.7": "0.7.0"
393+
"0.7": "0.7.0",
394+
"0.8": "0.8.2"
358395
},
359396
"versions": {
360397
"0.3.1": {
@@ -713,6 +750,43 @@
713750
"repository": "autogluon-inference",
714751
"processors": ["cpu", "gpu"],
715752
"py_versions": ["py39"]
753+
},
754+
"0.8.2": {
755+
"registries": {
756+
"af-south-1": "626614931356",
757+
"il-central-1": "780543022126",
758+
"ap-east-1": "871362719292",
759+
"ap-northeast-1": "763104351884",
760+
"ap-northeast-2": "763104351884",
761+
"ap-northeast-3": "364406365360",
762+
"ap-south-1": "763104351884",
763+
"ap-southeast-1": "763104351884",
764+
"ap-southeast-2": "763104351884",
765+
"ap-southeast-3": "907027046896",
766+
"ap-southeast-4": "457447274322",
767+
"ca-central-1": "763104351884",
768+
"cn-north-1": "727897471807",
769+
"cn-northwest-1": "727897471807",
770+
"eu-central-1": "763104351884",
771+
"eu-north-1": "763104351884",
772+
"eu-west-1": "763104351884",
773+
"eu-west-2": "763104351884",
774+
"eu-west-3": "763104351884",
775+
"eu-south-1": "692866216735",
776+
"me-south-1": "217643126080",
777+
"sa-east-1": "763104351884",
778+
"us-east-1": "763104351884",
779+
"us-east-2": "763104351884",
780+
"us-gov-east-1": "446045086412",
781+
"us-gov-west-1": "442386744353",
782+
"us-iso-east-1": "886529160074",
783+
"us-isob-east-1": "094389454867",
784+
"us-west-1": "763104351884",
785+
"us-west-2": "763104351884"
786+
},
787+
"repository": "autogluon-inference",
788+
"processors": ["cpu", "gpu"],
789+
"py_versions": ["py39"]
716790
}
717791
}
718792
}

tests/unit/sagemaker/image_uris/test_autogluon.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@
6060
"0.6.2",
6161
"0.7.0",
6262
"0.7",
63+
"0.8",
64+
"0.8.2",
6365
]
6466

6567
SCOPES = ["training", "inference"]

0 commit comments

Comments
 (0)