Commit 1c7faf0
Migrate recent commits in master-v2 (#5423)
* Update image_uri_config, fw_utils and image_uris.py in sagemaker-core
* Add ModelTrainer updates
- Used latest code in commit: 9f70fb2#diff-6643c001ac6e4e110393f1a33700adf2054cc594e5ff1e3e2630131d2c6c0551
* Update s3 bucket check in session_helper.py
Code change is based on commit: 903cb8a
* fix: Map llama models to correct script
Based on commit: aws/sagemaker-python-sdk-staging@67a3e5a
* fix: honor json serialization of HPs
aws/sagemaker-python-sdk-staging@246d560
* fix: clarify model monitor one time schedule bug
From commit: ddc54d2
* fix: Allow import failure for internal _hashlib module
From commit: aws/sagemaker-python-sdk-staging@5198f28
* Remove duplicate model_trainer.py
* Add ignore_patterns in ModelTrainer to ignore specific files/folders
For commit: 829030a
* Update instance type regex to also include hyphens
For commit: aws/sagemaker-python-sdk-staging@824675b
* chore: domain support for eu-isoe-west-1
For commit: d0bd4f7
* Fix: Object of type ModelLifeCycle is not JSON serializable
For commit: 844b558
* fix: sanitize git clone repo input url
For commit: aws/sagemaker-python-sdk-staging@ed143b7
* Add support for MetricDefinitions in ModelTrainer
For commit: 0215512
* feat: support pipeline versioning
For commit: aws/sagemaker-python-sdk-staging@9bfe85a
* add eval custom lambda arn to hyperparameter
For commit: aws/sagemaker-python-sdk-staging@bcd5348
* Add Numpy 2.0 support
For commit: aws/sagemaker-python-sdk-staging@99210b2
Tested by running sagemaker-serve unit tests
* fix: update get_execution_role to directly return the ExecutionRoleArn if it presents in the resource metadata file
For commit: aws/sagemaker-python-sdk-staging@b9df334
* HF Optimum Neuron 0.4.1 DLCs
For commit: 5d3f175
* Fix import error
* Fix llama_v3 in sm_recipes
* Remove duplicate json in image_retriever
* Add todo notes in pipeline class
* Add V2 image_config_url unit tests
---------
Co-authored-by: aviruthen <91846056+aviruthen@users.noreply.github.com>1 parent 8695cca commit 1c7faf0
File tree
194 files changed
+3859
-46337
lines changed- requirements/extras
- sagemaker-core
- src/sagemaker/core
- helper
- huggingface
- training_compiler
- image_retriever
- image_uri_config
- image_uri_config_updated
- image_uri_config
- jumpstart
- model_monitor
- modules
- train
- container_drivers/common
- sm_recipes
- training
- workflow
- tests/unit
- helper
- image_uris
- sagemaker-mlops
- src/sagemaker/mlops/workflow
- tests/unit/workflow
- sagemaker-serve/src/sagemaker/serve
- utils
- sagemaker-train
- src/sagemaker/train
- modules
- sm_recipes
- tests/unit/train
- sm_recipes
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
194 files changed
+3859
-46337
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
8 | 10 | | |
9 | 11 | | |
10 | 12 | | |
11 | | - | |
| 13 | + | |
| 14 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| 62 | + | |
62 | 63 | | |
63 | 64 | | |
64 | 65 | | |
| |||
1555 | 1556 | | |
1556 | 1557 | | |
1557 | 1558 | | |
1558 | | - | |
| 1559 | + | |
1559 | 1560 | | |
1560 | 1561 | | |
1561 | 1562 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
| 28 | + | |
| 29 | + | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
158 | 161 | | |
159 | 162 | | |
160 | 163 | | |
| |||
455 | 458 | | |
456 | 459 | | |
457 | 460 | | |
458 | | - | |
| 461 | + | |
459 | 462 | | |
460 | 463 | | |
461 | 464 | | |
| |||
516 | 519 | | |
517 | 520 | | |
518 | 521 | | |
519 | | - | |
| 522 | + | |
520 | 523 | | |
521 | 524 | | |
522 | 525 | | |
| |||
595 | 598 | | |
596 | 599 | | |
597 | 600 | | |
598 | | - | |
| 601 | + | |
599 | 602 | | |
600 | 603 | | |
601 | 604 | | |
| |||
961 | 964 | | |
962 | 965 | | |
963 | 966 | | |
964 | | - | |
| 967 | + | |
965 | 968 | | |
966 | 969 | | |
967 | 970 | | |
| |||
1062 | 1065 | | |
1063 | 1066 | | |
1064 | 1067 | | |
1065 | | - | |
| 1068 | + | |
1066 | 1069 | | |
1067 | 1070 | | |
1068 | 1071 | | |
| |||
1082 | 1085 | | |
1083 | 1086 | | |
1084 | 1087 | | |
1085 | | - | |
| 1088 | + | |
1086 | 1089 | | |
1087 | 1090 | | |
1088 | 1091 | | |
| |||
1101 | 1104 | | |
1102 | 1105 | | |
1103 | 1106 | | |
1104 | | - | |
| 1107 | + | |
1105 | 1108 | | |
1106 | 1109 | | |
1107 | 1110 | | |
| |||
1148 | 1151 | | |
1149 | 1152 | | |
1150 | 1153 | | |
1151 | | - | |
| 1154 | + | |
1152 | 1155 | | |
1153 | 1156 | | |
1154 | 1157 | | |
| |||
1174 | 1177 | | |
1175 | 1178 | | |
1176 | 1179 | | |
| 1180 | + | |
| 1181 | + | |
| 1182 | + | |
| 1183 | + | |
| 1184 | + | |
| 1185 | + | |
| 1186 | + | |
| 1187 | + | |
| 1188 | + | |
| 1189 | + | |
| 1190 | + | |
| 1191 | + | |
| 1192 | + | |
| 1193 | + | |
| 1194 | + | |
| 1195 | + | |
| 1196 | + | |
| 1197 | + | |
| 1198 | + | |
| 1199 | + | |
| 1200 | + | |
| 1201 | + | |
| 1202 | + | |
| 1203 | + | |
| 1204 | + | |
| 1205 | + | |
| 1206 | + | |
| 1207 | + | |
| 1208 | + | |
| 1209 | + | |
| 1210 | + | |
| 1211 | + | |
| 1212 | + | |
| 1213 | + | |
| 1214 | + | |
| 1215 | + | |
| 1216 | + | |
| 1217 | + | |
| 1218 | + | |
| 1219 | + | |
| 1220 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
23 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
24 | 86 | | |
25 | 87 | | |
26 | 88 | | |
| |||
87 | 149 | | |
88 | 150 | | |
89 | 151 | | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
90 | 156 | | |
91 | 157 | | |
92 | 158 | | |
| |||
Lines changed: 20 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
330 | 330 | | |
331 | 331 | | |
332 | 332 | | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
333 | 337 | | |
334 | 338 | | |
335 | 339 | | |
336 | 340 | | |
337 | 341 | | |
338 | 342 | | |
339 | | - | |
340 | | - | |
341 | | - | |
342 | | - | |
343 | 343 | | |
344 | 344 | | |
345 | 345 | | |
| |||
666 | 666 | | |
667 | 667 | | |
668 | 668 | | |
669 | | - | |
670 | | - | |
671 | | - | |
| 669 | + | |
| 670 | + | |
| 671 | + | |
| 672 | + | |
| 673 | + | |
| 674 | + | |
| 675 | + | |
| 676 | + | |
| 677 | + | |
| 678 | + | |
672 | 679 | | |
673 | 680 | | |
674 | 681 | | |
| |||
699 | 706 | | |
700 | 707 | | |
701 | 708 | | |
702 | | - | |
| 709 | + | |
| 710 | + | |
| 711 | + | |
| 712 | + | |
| 713 | + | |
| 714 | + | |
703 | 715 | | |
704 | 716 | | |
705 | 717 | | |
| |||
Lines changed: 0 additions & 29 deletions
This file was deleted.
0 commit comments