Skip to content

Commit edeaa72

Browse files
committed
Merge remote-tracking branch 'origin' into feat/jumpstart-training-metrics
2 parents dba80dc + c35de7b commit edeaa72

File tree

16 files changed

+222
-12
lines changed

16 files changed

+222
-12
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## v2.135.0 (2023-02-23)
4+
5+
### Features
6+
7+
* Add DLC accounts for MEL Region
8+
* allow use of short lived creds for local container
9+
10+
### Bug Fixes and Other Changes
11+
12+
* update lambda function when function arn is provided
13+
14+
## v2.134.1 (2023-02-22)
15+
16+
### Bug Fixes and Other Changes
17+
18+
* local mode deletion of temp files on job end
19+
* Cron expression resetting on update monitor
20+
* added support to update arguments in create_monitoring_schedule
21+
322
## v2.134.0 (2023-02-22)
423

524
### Features

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.134.1.dev0
1+
2.135.1.dev0

doc/overview.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1578,6 +1578,7 @@ A few important notes:
15781578
- If you are using S3 data as input, it is pulled from S3 to your local environment. Ensure you have sufficient space to store the data locally.
15791579
- If you run into problems it often due to different Docker containers conflicting. Killing these containers and re-running often solves your problems.
15801580
- Local Mode requires Docker Compose and `nvidia-docker2 <https://github.com/NVIDIA/nvidia-docker>`__ for ``local_gpu``.
1581+
- Set ``USE_SHORT_LIVED_CREDENTIALS=1`` if running on EC2 and you would like to use the session credentials instead of EC2 Metadata Service credentials.
15811582
15821583
.. warning::
15831584

src/sagemaker/feature_store/feature_group.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,11 +473,12 @@ class FeatureGroup:
473473
Attributes:
474474
name (str): name of the FeatureGroup instance.
475475
sagemaker_session (Session): session instance to perform boto calls.
476+
If None, a new Session will be created.
476477
feature_definitions (Sequence[FeatureDefinition]): list of FeatureDefinitions.
477478
"""
478479

479480
name: str = attr.ib(factory=str)
480-
sagemaker_session: Session = attr.ib(default=Session)
481+
sagemaker_session: Session = attr.ib(factory=Session)
481482
feature_definitions: Sequence[FeatureDefinition] = attr.ib(factory=list)
482483

483484
_INTEGER_TYPES = [

src/sagemaker/image_uri_config/autogluon.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,7 @@
298298
"ap-southeast-1": "763104351884",
299299
"ap-southeast-2": "763104351884",
300300
"ap-southeast-3": "907027046896",
301+
"ap-southeast-4": "457447274322",
301302
"ca-central-1": "763104351884",
302303
"cn-north-1": "727897471807",
303304
"cn-northwest-1": "727897471807",
@@ -337,6 +338,7 @@
337338
"ap-southeast-1": "763104351884",
338339
"ap-southeast-2": "763104351884",
339340
"ap-southeast-3": "907027046896",
341+
"ap-southeast-4": "457447274322",
340342
"ca-central-1": "763104351884",
341343
"cn-north-1": "727897471807",
342344
"cn-northwest-1": "727897471807",
@@ -376,6 +378,7 @@
376378
"ap-southeast-1": "763104351884",
377379
"ap-southeast-2": "763104351884",
378380
"ap-southeast-3": "907027046896",
381+
"ap-southeast-4": "457447274322",
379382
"ca-central-1": "763104351884",
380383
"cn-north-1": "727897471807",
381384
"cn-northwest-1": "727897471807",
@@ -415,6 +418,7 @@
415418
"ap-southeast-1": "763104351884",
416419
"ap-southeast-2": "763104351884",
417420
"ap-southeast-3": "907027046896",
421+
"ap-southeast-4": "457447274322",
418422
"ca-central-1": "763104351884",
419423
"cn-north-1": "727897471807",
420424
"cn-northwest-1": "727897471807",
@@ -454,6 +458,7 @@
454458
"ap-southeast-1": "763104351884",
455459
"ap-southeast-2": "763104351884",
456460
"ap-southeast-3": "907027046896",
461+
"ap-southeast-4": "457447274322",
457462
"ca-central-1": "763104351884",
458463
"cn-north-1": "727897471807",
459464
"cn-northwest-1": "727897471807",
@@ -493,6 +498,7 @@
493498
"ap-southeast-1": "763104351884",
494499
"ap-southeast-2": "763104351884",
495500
"ap-southeast-3": "907027046896",
501+
"ap-southeast-4": "457447274322",
496502
"ca-central-1": "763104351884",
497503
"cn-north-1": "727897471807",
498504
"cn-northwest-1": "727897471807",

src/sagemaker/image_uri_config/huggingface-neuron.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"ap-south-2": "772153158452",
1919
"ap-southeast-1": "763104351884",
2020
"ap-southeast-2": "763104351884",
21+
"ap-southeast-4": "457447274322",
2122
"ca-central-1": "763104351884",
2223
"cn-north-1": "727897471807",
2324
"cn-northwest-1": "727897471807",

src/sagemaker/image_uri_config/huggingface.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -732,6 +732,7 @@
732732
"ap-southeast-1": "763104351884",
733733
"ap-southeast-2": "763104351884",
734734
"ap-southeast-3": "907027046896",
735+
"ap-southeast-4": "457447274322",
735736
"ca-central-1": "763104351884",
736737
"cn-north-1": "727897471807",
737738
"cn-northwest-1": "727897471807",
@@ -771,6 +772,7 @@
771772
"ap-southeast-1": "763104351884",
772773
"ap-southeast-2": "763104351884",
773774
"ap-southeast-3": "907027046896",
775+
"ap-southeast-4": "457447274322",
774776
"ca-central-1": "763104351884",
775777
"cn-north-1": "727897471807",
776778
"cn-northwest-1": "727897471807",
@@ -810,6 +812,7 @@
810812
"ap-southeast-1": "763104351884",
811813
"ap-southeast-2": "763104351884",
812814
"ap-southeast-3": "907027046896",
815+
"ap-southeast-4": "457447274322",
813816
"ca-central-1": "763104351884",
814817
"cn-north-1": "727897471807",
815818
"cn-northwest-1": "727897471807",
@@ -857,6 +860,7 @@
857860
"ap-southeast-1": "763104351884",
858861
"ap-southeast-2": "763104351884",
859862
"ap-southeast-3": "907027046896",
863+
"ap-southeast-4": "457447274322",
860864
"ca-central-1": "763104351884",
861865
"cn-north-1": "727897471807",
862866
"cn-northwest-1": "727897471807",
@@ -896,6 +900,7 @@
896900
"ap-southeast-1": "763104351884",
897901
"ap-southeast-2": "763104351884",
898902
"ap-southeast-3": "907027046896",
903+
"ap-southeast-4": "457447274322",
899904
"ca-central-1": "763104351884",
900905
"cn-north-1": "727897471807",
901906
"cn-northwest-1": "727897471807",
@@ -935,6 +940,7 @@
935940
"ap-southeast-1": "763104351884",
936941
"ap-southeast-2": "763104351884",
937942
"ap-southeast-3": "907027046896",
943+
"ap-southeast-4": "457447274322",
938944
"ca-central-1": "763104351884",
939945
"cn-north-1": "727897471807",
940946
"cn-northwest-1": "727897471807",
@@ -974,6 +980,7 @@
974980
"ap-southeast-1": "763104351884",
975981
"ap-southeast-2": "763104351884",
976982
"ap-southeast-3": "907027046896",
983+
"ap-southeast-4": "457447274322",
977984
"ca-central-1": "763104351884",
978985
"cn-north-1": "727897471807",
979986
"cn-northwest-1": "727897471807",
@@ -1019,6 +1026,7 @@
10191026
"ap-southeast-1": "763104351884",
10201027
"ap-southeast-2": "763104351884",
10211028
"ap-southeast-3": "907027046896",
1029+
"ap-southeast-4": "457447274322",
10221030
"ca-central-1": "763104351884",
10231031
"cn-north-1": "727897471807",
10241032
"cn-northwest-1": "727897471807",
@@ -1058,6 +1066,7 @@
10581066
"ap-southeast-1": "763104351884",
10591067
"ap-southeast-2": "763104351884",
10601068
"ap-southeast-3": "907027046896",
1069+
"ap-southeast-4": "457447274322",
10611070
"ca-central-1": "763104351884",
10621071
"cn-north-1": "727897471807",
10631072
"cn-northwest-1": "727897471807",
@@ -1103,6 +1112,7 @@
11031112
"ap-southeast-1": "763104351884",
11041113
"ap-southeast-2": "763104351884",
11051114
"ap-southeast-3": "907027046896",
1115+
"ap-southeast-4": "457447274322",
11061116
"ca-central-1": "763104351884",
11071117
"cn-north-1": "727897471807",
11081118
"cn-northwest-1": "727897471807",
@@ -1142,6 +1152,7 @@
11421152
"ap-southeast-1": "763104351884",
11431153
"ap-southeast-2": "763104351884",
11441154
"ap-southeast-3": "907027046896",
1155+
"ap-southeast-4": "457447274322",
11451156
"ca-central-1": "763104351884",
11461157
"cn-north-1": "727897471807",
11471158
"cn-northwest-1": "727897471807",
@@ -1187,6 +1198,7 @@
11871198
"ap-southeast-1": "763104351884",
11881199
"ap-southeast-2": "763104351884",
11891200
"ap-southeast-3": "907027046896",
1201+
"ap-southeast-4": "457447274322",
11901202
"ca-central-1": "763104351884",
11911203
"cn-north-1": "727897471807",
11921204
"cn-northwest-1": "727897471807",
@@ -1226,6 +1238,7 @@
12261238
"ap-southeast-1": "763104351884",
12271239
"ap-southeast-2": "763104351884",
12281240
"ap-southeast-3": "907027046896",
1241+
"ap-southeast-4": "457447274322",
12291242
"ca-central-1": "763104351884",
12301243
"cn-north-1": "727897471807",
12311244
"cn-northwest-1": "727897471807",

src/sagemaker/image_uri_config/mxnet.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -652,6 +652,7 @@
652652
"ap-southeast-1": "763104351884",
653653
"ap-southeast-2": "763104351884",
654654
"ap-southeast-3": "907027046896",
655+
"ap-southeast-4": "457447274322",
655656
"ca-central-1": "763104351884",
656657
"cn-north-1": "727897471807",
657658
"cn-northwest-1": "727897471807",
@@ -690,6 +691,7 @@
690691
"ap-southeast-1": "763104351884",
691692
"ap-southeast-2": "763104351884",
692693
"ap-southeast-3": "907027046896",
694+
"ap-southeast-4": "457447274322",
693695
"ca-central-1": "763104351884",
694696
"cn-north-1": "727897471807",
695697
"cn-northwest-1": "727897471807",
@@ -728,6 +730,7 @@
728730
"ap-southeast-1": "763104351884",
729731
"ap-southeast-2": "763104351884",
730732
"ap-southeast-3": "907027046896",
733+
"ap-southeast-4": "457447274322",
731734
"ca-central-1": "763104351884",
732735
"cn-north-1": "727897471807",
733736
"cn-northwest-1": "727897471807",
@@ -766,6 +769,7 @@
766769
"ap-southeast-1": "763104351884",
767770
"ap-southeast-2": "763104351884",
768771
"ap-southeast-3": "907027046896",
772+
"ap-southeast-4": "457447274322",
769773
"ca-central-1": "763104351884",
770774
"cn-north-1": "727897471807",
771775
"cn-northwest-1": "727897471807",
@@ -804,6 +808,7 @@
804808
"ap-southeast-1": "763104351884",
805809
"ap-southeast-2": "763104351884",
806810
"ap-southeast-3": "907027046896",
811+
"ap-southeast-4": "457447274322",
807812
"ca-central-1": "763104351884",
808813
"cn-north-1": "727897471807",
809814
"cn-northwest-1": "727897471807",
@@ -917,6 +922,7 @@
917922
"ap-southeast-1": "763104351884",
918923
"ap-southeast-2": "763104351884",
919924
"ap-southeast-3": "907027046896",
925+
"ap-southeast-4": "457447274322",
920926
"ca-central-1": "763104351884",
921927
"cn-north-1": "727897471807",
922928
"cn-northwest-1": "727897471807",
@@ -955,6 +961,7 @@
955961
"ap-southeast-1": "763104351884",
956962
"ap-southeast-2": "763104351884",
957963
"ap-southeast-3": "907027046896",
964+
"ap-southeast-4": "457447274322",
958965
"ca-central-1": "763104351884",
959966
"cn-north-1": "727897471807",
960967
"cn-northwest-1": "727897471807",
@@ -993,6 +1000,7 @@
9931000
"ap-southeast-1": "763104351884",
9941001
"ap-southeast-2": "763104351884",
9951002
"ap-southeast-3": "907027046896",
1003+
"ap-southeast-4": "457447274322",
9961004
"ca-central-1": "763104351884",
9971005
"cn-north-1": "727897471807",
9981006
"cn-northwest-1": "727897471807",

0 commit comments

Comments
 (0)