Commit 2b71ab4
Master benchmark feature (#4672)
* fix: mainline alt config parsing (#4602)
* fix: parsing
* fix: commit tests
* fix: types
* updated
* fix
* Add Triton v24.03 URI (#4605)
Co-authored-by: Nikhil Kulkarni <[email protected]>
* feature: support session tag chaining for training job (#4596)
* feature: support session tag chaining for training job
* fix: resolve typo
* fix: resolve typo and build failure
* fix: resolve typo and unit test failure
---------
Co-authored-by: Jessica Zhu <jessicazhu3@[email protected]>
* prepare release v2.217.0
* update development version to v2.217.1.dev0
* fix: properly close files in lineage queries and tests (#4587)
Closes #4458
* feature: set default allow_pickle param to False (#4557)
* breaking: set default allow_pickle param to False
* breaking: fix unit tests and linting
NumpyDeserializer will not allow deserialization
unless allow_pickle flag is set to True explicitly
* fix: black-check
---------
Co-authored-by: Ashwin Krishna <[email protected]>
* Fix:invalid component error with new metadata (#4634)
* fix: invalid component name
* tests
* format
* fix vulnerable model integ tests llama 2
* updated
* fix: training dataset location
* prepare release v2.218.0
* update development version to v2.218.1.dev0
* chore: update skipped flaky tests (#4644)
* Update skipped flaky tests
* flake8
* format
* format
* chore: release tgi 2.0.1 (#4642)
* chore: release tgi 2.0.1
* minor fix
---------
Co-authored-by: Zhaoqi <[email protected]>
* fix: Fix UserAgent logging in Python SDK (#4647)
* prepare release v2.218.1
* update development version to v2.218.2.dev0
* feature: allow choosing js payload by alias in private method
* Updates for SMP v2.3.1 (#4660)
Co-authored-by: Suhit Kodgule <[email protected]>
* chore(deps): bump jinja2 from 3.1.3 to 3.1.4 in /doc (#4655)
Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.3 to 3.1.4.
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
- [Commits](pallets/jinja@3.1.3...3.1.4)
---
updated-dependencies:
- dependency-name: jinja2
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps): bump tqdm from 4.66.2 to 4.66.3 in /tests/data/serve_resources/mlflow/pytorch (#4650)
Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.66.2 to 4.66.3.
- [Release notes](https://github.com/tqdm/tqdm/releases)
- [Commits](tqdm/tqdm@v4.66.2...v4.66.3)
---
updated-dependencies:
- dependency-name: tqdm
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps): bump jinja2 from 3.1.3 to 3.1.4 in /requirements/extras (#4654)
Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.3 to 3.1.4.
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
- [Commits](pallets/jinja@3.1.3...3.1.4)
---
updated-dependencies:
- dependency-name: jinja2
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* prepare release v2.219.0
* update development version to v2.219.1.dev0
* fix: skip flakey tests pending investigation (#4667)
* change: update image_uri_configs 05-09-2024 07:17:41 PST
* Add tensorflow_serving support for mlflow models and enable lineage tracking for mlflow models (#4662)
* Initial commit for tensorflow_serving support of MLflow
* Add integ tests for mlflow tf_serving
* fix style issues
* remove unused attributes from tf builder
* Add deep ping for tf_serving local mode
* Initial commit for lineage impl
* Initial commit for tensorflow_serving support of MLflow
* Add integ tests for mlflow tf_serving
* fix style issues
* remove unused attributes from tf builder
* Add deep ping for tf_serving local mode
* Add integ tests and uts
* fix local mode for tf_serving
* Allow lineage tracking only in sagemaker endpoint mode
* fix regex pattern
* fix style issues
* fix regex pattern and hard coded py version in ut
* fix missing session
* Resolve pr comments and fix regex for mlflow registry and ids
* fix: model builder race condition on sagemaker session (#4673)
Co-authored-by: Jonathan Makunga <[email protected]>
* feat: Add telemetry support for mlflow models (#4674)
* Initial commit for telemetry support
* Fix style issues and add more logger messages
* fix value error messages in ut
* feat: add new images for HF TGI release (#4677)
* chore: add new images for HF TGI release
* test
* feature: AutoGluon 1.1.0 image_uris update (#4679)
Co-authored-by: Ubuntu <[email protected]>
* change: add debug logs to workflow container dist creation (#4682)
* prepare release v2.220.0
* update development version to v2.220.1.dev0
* fix: Image URI should take precedence for HF models (#4684)
* Fix: Image URI should take precedence for HF models
* Fix formatting
* Fix formatting
* Fix formatting
* Increase coverage - UT pass
* feat: support config_name in all JumpStart interfaces (#4583) (#4607)
* add-config-name
* address comments
* updates for set config
* docstyle
* updates
* fix
* format
* format
* remove tests
* Add ReadOnly APIs (#4606)
* Add ReadOnly APIs
* Resolving PR review comments
* Resolve PR review comments
* Refactoring
* Refactoring
* Add Caching
* Refactore
* Resolving conflicts
* Add Unit Tests
* Fix Unit Tests
* Fix unit tests
* Fix UT
* Refactoring
* Fix Integ tests
* refactoring after Notebook testing
* Fix code styles
---------
Co-authored-by: Jonathan Makunga <[email protected]>
* feat: tag JumpStart resource with config names (#4608)
* tag config name
* format
* resolving comments
* format
* format
* update
* fix
* format
* updates inference component config name
* fix: tests
* ModelBuilder: Add functionalities to get and set deployment config. (#4614)
* Add funtionalities to get and set deployment config
* Resolve PR comments
* ModelBuilder-JS
* Add Unit tests
* Refactoring
* Testing with Notebook
* Test backward compatibility
* Remove Accelerated column if all not enabled
* Fix docstring
* Resolved PR Review comments
* Docstring
* increase code coverage
---------
Co-authored-by: Jonathan Makunga <[email protected]>
* Benchmark feature v2 (#4618)
* Add funtionalities to get and set deployment config
* Resolve PR comments
* ModelBuilder-JS
* Add Unit tests
* Refactoring
* Testing with Notebook
* Test backward compatibility
* Remove Accelerated column if all not enabled
* Fix docstring
* Resolved PR Review comments
* Docstring
* increase code coverage
* Testing fix with Notebook
* Only fetch instance rate metrics if not present
* Increase code coverage
---------
Co-authored-by: Jonathan Makunga <[email protected]>
* fix: populate default config name to model (#4617)
* fix: populate default config name to model
* update condition
* fix
* format
* flake8
* fix tests
* fix coverage
* temporarily skip integ test vulnerbility
* fix tolerate attach method
* format
* fix predictor
* format
* Fix fetch instance rate bug (#4624)
Co-authored-by: Jonathan Makunga <[email protected]>
* chore: require config name and instance type in set_deployment_config (#4625)
* require config_name and instance_type in set config
* docstring
* add supported instance types check
* add more tests
* format
* fix tests
* Deployment Configs - Follow-ups (#4626)
* Init Deployment configs outside Model init.
* Testing with NB
* Testing with NB-V2
* Refactoring, NB testing
* NB Testing and Refactoring
* Testing
* Refactoring
* Testing with NB
* Debug
* Debug display API
* Debug with NB
* Testing with NB
* Refactoring
* Refactoring
* Refactoring and NB testing
* Testing with NB
* Refactoring
* Prefix instance type with ml
* Fix unit tests
---------
Co-authored-by: Jonathan Makunga <[email protected]>
* fix: use different separator to flatten dict (#4629)
* Use separate tags for inference and training configs (#4635)
* Use separate tags for inference and training
* format
* format
* format
* format
* Add supported inference and incremental training configs (#4637)
* supported inference configs
* add tests
* format
* tests
* tests
* address comments
* format and address comments
* updates
* formt
* format
* Benchmark feature fixes (#4632)
* Filter down Benchmark Metrics
* Filter down Benchmark Metrics
* Testing NB
* Testing MB
* Testing
* Refactoring
* Unit tests
* Display instance type first, and instance rate last
* Display unbalanced metrics
* Testing with NB
* Testing with NB
* Debug
* Debug
* Testing with NB
* Testing with NB
* Testing with NB
* Refactoring
* Refactoring
* Refactoring
* Unit tests
* Custom lru
* Custom lru
* Custom lru
* Custom lru
* Custom lru
* Custom lru
* Custom lru
* Custom lru
* Custom lru
* Custom lru
* Refactoring
* Debug
* Config ranking
* Debug
* Debug
* Debug
* Debug
* Debug
* Ranking
* Ranking-Debug
* Ranking-Debug
* Ranking-Debug
* Ranking-Debug
* Ranking-Debug
* Ranking-Debug
* Debug
* Debug
* Debug
* Debug
* Refactoring
* Contact JumpStart team to fix flaky test. test_list_jumpstart_models_script_filter
---------
Co-authored-by: Jonathan Makunga <[email protected]>
* fix: typo and merge with master branch (#4649)
* Merge master into benchmark feature (#4652)
* Merge master into master-benchmark-feature (#4656)
* Master benchmark feature (#4658)
* Remove duplicate line in types.py
* Remove duplicate lines
* Remove duplicate lines
* Remove duplicate lines
* Remove duplicate lines
* fix unit test
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Haotian An <[email protected]>
Co-authored-by: Nikhil Kulkarni <[email protected]>
Co-authored-by: Nikhil Kulkarni <[email protected]>
Co-authored-by: jessicazhu3 <[email protected]>
Co-authored-by: Jessica Zhu <jessicazhu3@[email protected]>
Co-authored-by: ci <ci>
Co-authored-by: Justin <[email protected]>
Co-authored-by: ASHWIN KRISHNA <[email protected]>
Co-authored-by: Ashwin Krishna <[email protected]>
Co-authored-by: Haixin Wang <[email protected]>
Co-authored-by: Zhaoqi <[email protected]>
Co-authored-by: Kalyani Nikure <[email protected]>
Co-authored-by: Keerthan Vasist <[email protected]>
Co-authored-by: SuhitK <[email protected]>
Co-authored-by: Suhit Kodgule <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: sagemaker-bot <[email protected]>
Co-authored-by: jiapinw <[email protected]>
Co-authored-by: Jonathan Makunga <[email protected]>
Co-authored-by: Jonathan Makunga <[email protected]>
Co-authored-by: Prateek M Desai <[email protected]>
Co-authored-by: Ubuntu <[email protected]>
Co-authored-by: Mufaddal Rohawala <[email protected]>
Co-authored-by: Samrudhi Sharma <[email protected]>
Co-authored-by: evakravi <[email protected]>1 parent ad30b85 commit 2b71ab4
File tree
53 files changed
+3930
-1138
lines changed- doc
- requirements/extras
- src/sagemaker
- image_uri_config
- jumpstart
- serve
- builder
- model_format/mlflow
- model_server/tensorflow_serving
- mode
- utils
- tests
- data/serve_resources/mlflow
- pytorch
- tensorflow
- tf2model
- variables
- integ/sagemaker
- serve
- unit/sagemaker
- image_uris
- jumpstart
- serve
- builder
- model_format/mlflow
- model_server/tensorflow_serving
- utils
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
53 files changed
+3930
-1138
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
3 | 32 | | |
4 | 33 | | |
5 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
145 | | - | |
146 | 145 | | |
147 | 146 | | |
148 | 147 | | |
| |||
170 | 169 | | |
171 | 170 | | |
172 | 171 | | |
| 172 | + | |
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
480 | 481 | | |
481 | 482 | | |
482 | 483 | | |
| 484 | + | |
| 485 | + | |
| 486 | + | |
| 487 | + | |
| 488 | + | |
| 489 | + | |
| 490 | + | |
| 491 | + | |
| 492 | + | |
| 493 | + | |
| 494 | + | |
| 495 | + | |
| 496 | + | |
| 497 | + | |
| 498 | + | |
| 499 | + | |
| 500 | + | |
| 501 | + | |
| 502 | + | |
| 503 | + | |
| 504 | + | |
| 505 | + | |
| 506 | + | |
| 507 | + | |
| 508 | + | |
| 509 | + | |
| 510 | + | |
| 511 | + | |
| 512 | + | |
| 513 | + | |
| 514 | + | |
| 515 | + | |
| 516 | + | |
| 517 | + | |
| 518 | + | |
| 519 | + | |
| 520 | + | |
| 521 | + | |
| 522 | + | |
| 523 | + | |
| 524 | + | |
483 | 525 | | |
484 | 526 | | |
485 | 527 | | |
| |||
491 | 533 | | |
492 | 534 | | |
493 | 535 | | |
494 | | - | |
| 536 | + | |
| 537 | + | |
495 | 538 | | |
496 | 539 | | |
497 | 540 | | |
| |||
987 | 1030 | | |
988 | 1031 | | |
989 | 1032 | | |
| 1033 | + | |
| 1034 | + | |
| 1035 | + | |
| 1036 | + | |
| 1037 | + | |
| 1038 | + | |
| 1039 | + | |
| 1040 | + | |
| 1041 | + | |
| 1042 | + | |
| 1043 | + | |
| 1044 | + | |
| 1045 | + | |
| 1046 | + | |
| 1047 | + | |
| 1048 | + | |
| 1049 | + | |
| 1050 | + | |
| 1051 | + | |
| 1052 | + | |
| 1053 | + | |
| 1054 | + | |
| 1055 | + | |
| 1056 | + | |
| 1057 | + | |
| 1058 | + | |
| 1059 | + | |
| 1060 | + | |
| 1061 | + | |
| 1062 | + | |
| 1063 | + | |
| 1064 | + | |
| 1065 | + | |
| 1066 | + | |
| 1067 | + | |
| 1068 | + | |
| 1069 | + | |
| 1070 | + | |
| 1071 | + | |
| 1072 | + | |
| 1073 | + | |
| 1074 | + | |
| 1075 | + | |
990 | 1076 | | |
991 | 1077 | | |
992 | 1078 | | |
| |||
Lines changed: 30 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
183 | 212 | | |
184 | 213 | | |
185 | 214 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
625 | 625 | | |
626 | 626 | | |
627 | 627 | | |
| 628 | + | |
| 629 | + | |
| 630 | + | |
| 631 | + | |
| 632 | + | |
| 633 | + | |
| 634 | + | |
| 635 | + | |
| 636 | + | |
| 637 | + | |
| 638 | + | |
| 639 | + | |
| 640 | + | |
| 641 | + | |
| 642 | + | |
| 643 | + | |
| 644 | + | |
| 645 | + | |
| 646 | + | |
| 647 | + | |
| 648 | + | |
| 649 | + | |
| 650 | + | |
| 651 | + | |
| 652 | + | |
| 653 | + | |
| 654 | + | |
| 655 | + | |
| 656 | + | |
| 657 | + | |
| 658 | + | |
| 659 | + | |
| 660 | + | |
| 661 | + | |
| 662 | + | |
| 663 | + | |
| 664 | + | |
| 665 | + | |
| 666 | + | |
| 667 | + | |
| 668 | + | |
| 669 | + | |
| 670 | + | |
| 671 | + | |
| 672 | + | |
| 673 | + | |
| 674 | + | |
628 | 675 | | |
629 | 676 | | |
630 | 677 | | |
| |||
0 commit comments