|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## v2.244.2 (2025-05-19) |
| 4 | + |
| 5 | +### Bug Fixes and Other Changes |
| 6 | + |
| 7 | + * include model channel for gated uncompressed models |
| 8 | + * clarify model monitor one time schedule bug |
| 9 | + * update jumpstart region_config 05-15-2025 07:18:15 PST |
| 10 | + * update image_uri_configs 05-14-2025 07:18:16 PST |
| 11 | + * Add image configs and region config for TPE (ap-east-2) |
| 12 | + * Improve defaults handling in ModelTrainer |
| 13 | + |
| 14 | +## v2.244.1 (2025-05-15) |
| 15 | + |
| 16 | +### Bug Fixes and Other Changes |
| 17 | + |
| 18 | + * Fix Flask-Limiter version |
| 19 | + * Fix test_huggingface_tei_uris() |
| 20 | + * huggingface-llm-neuronx dlc |
| 21 | + * huggingface-neuronx dlc image_uri |
| 22 | + * huggingface-tei dlc image_uri |
| 23 | + * Fix test_deploy_with_update_endpoint() |
| 24 | + * add AG v1.3 |
| 25 | + * parameter mismatch in update_endpoint |
| 26 | + * remove --strip-component for untar source tar.gz |
| 27 | + * Fix type annotations |
| 28 | + * chore: Allow omegaconf >=2.2,<3 |
| 29 | + * honor json serialization of HPs |
| 30 | + * Map llama models to correct script |
| 31 | + * pin test dependency |
| 32 | + * fix bad initialization script error message |
| 33 | + * Improve error logging and documentation for issue 4007 |
| 34 | + * build(deps): bump scikit-learn |
| 35 | + * build(deps): bump mlflow |
| 36 | + * build(deps): bump mlflow in /tests/data/serve_resources/mlflow/pytorch |
| 37 | + * chore: Add tei 1.6.0 image |
| 38 | + |
| 39 | +## v2.244.0 (2025-05-02) |
| 40 | + |
| 41 | +### Features |
| 42 | + |
| 43 | + * support custom workflow deployment in ModelBuilder using SMD image. |
| 44 | + |
| 45 | +### Bug Fixes and Other Changes |
| 46 | + |
| 47 | + * Add Owner ID check for bucket with path when prefix is provided |
| 48 | + * Add model server timeout |
| 49 | + * pin mamba version to 24.11.3-2 to avoid inconsistent test runs |
| 50 | + * Update ModelTrainer to support s3 uri and tar.gz file as source_dir |
| 51 | + * chore: add huggingface images |
| 52 | + |
| 53 | +## v2.243.3 (2025-04-23) |
| 54 | + |
| 55 | +### Bug Fixes and Other Changes |
| 56 | + |
| 57 | + * update readme to reflect py312 upgrade |
| 58 | + * Revert the PR changes 5122 |
| 59 | + * Py312 upgrade step 2: Update dependencies, integ tests and unit tests |
| 60 | + * update pr test to deprecate py38 and add py312 |
| 61 | + * update image_uri_configs 04-16-2025 07:18:18 PST |
| 62 | + * update image_uri_configs 04-15-2025 07:18:10 PST |
| 63 | + * update image_uri_configs 04-11-2025 07:18:19 PST |
| 64 | + |
| 65 | +## v2.243.2 (2025-04-16) |
| 66 | + |
| 67 | +### Bug Fixes and Other Changes |
| 68 | + |
| 69 | + * tgi image uri unit tests |
| 70 | + * Fix deepdiff dependencies |
| 71 | + |
| 72 | +## v2.243.1 (2025-04-11) |
| 73 | + |
| 74 | +### Bug Fixes and Other Changes |
| 75 | + |
| 76 | + * Added handler for pipeline variable while creating process job |
| 77 | + * Fix issue #4856 by copying environment variables |
| 78 | + * remove historical job_name caching which causes long job name |
| 79 | + * Update instance gpu info |
| 80 | + * Master |
| 81 | + * Add mlflow tracking arn telemetry |
| 82 | + * chore: fix semantic versioning for wildcard identifier |
| 83 | + * flaky test |
| 84 | + |
| 85 | +### Documentation Changes |
| 86 | + |
| 87 | + * update pipelines step caching examples to include more steps |
| 88 | + * update ModelStep data dependency info |
| 89 | + |
| 90 | +## v2.243.0 (2025-03-27) |
| 91 | + |
| 92 | +### Features |
| 93 | + |
| 94 | + * Enabled update_endpoint through model_builder |
| 95 | + |
| 96 | +### Bug Fixes and Other Changes |
| 97 | + |
| 98 | + * Update for PT 2.5.1, SMP 2.8.0 |
| 99 | + * chore: move jumpstart region definitions to json file |
| 100 | + * fix flaky clarify model monitor test |
| 101 | + * fix flaky spark processor integ |
| 102 | + * use temp file in unit tests |
| 103 | + * Update transformers version |
| 104 | + * Aligned disable_output_compression for @remote with Estimator |
| 105 | + * Update Jinja version |
| 106 | + * update image_uri_configs 03-26-2025 07:18:16 PST |
| 107 | + * chore: fix integ tests to use latest version of model |
| 108 | + * update image_uri_configs 03-25-2025 07:18:13 PST |
| 109 | + * Skip tests failed due to deprecated instance type |
| 110 | + * update image_uri_configs 03-21-2025 07:17:55 PST |
| 111 | + * factor in set instance type when building JumpStart models in ModelBuilder. |
| 112 | + * ADD Documentation to ReadtheDocs for Upgrading torch versions |
| 113 | + * add new regions to JUMPSTART_LAUNCHED_REGIONS |
| 114 | + |
| 115 | +## v2.242.0 (2025-03-14) |
| 116 | + |
| 117 | +### Features |
| 118 | + |
| 119 | + * add integ tests for training JumpStart models in private hub |
| 120 | + |
| 121 | +### Bug Fixes and Other Changes |
| 122 | + |
| 123 | + * Torch upgrade |
| 124 | + * Prevent RunContext overlap between test_run tests |
| 125 | + * remove s3 output location requirement from hub class init |
| 126 | + * Fixing Pytorch training python version in tests |
| 127 | + * update image_uri_configs 03-11-2025 07:18:09 PST |
| 128 | + * resolve infinite loop in _find_config on Windows systems |
| 129 | + * pipeline definition function doc update |
| 130 | + |
| 131 | +## v2.241.0 (2025-03-06) |
| 132 | + |
| 133 | +### Features |
| 134 | + |
| 135 | + * Make DistributedConfig Extensible |
| 136 | + * support training for JumpStart model references as part of Curated Hub Phase 2 |
| 137 | + * Allow ModelTrainer to accept hyperparameters file |
| 138 | + |
| 139 | +### Bug Fixes and Other Changes |
| 140 | + |
| 141 | + * Skip tests with deprecated instance type |
| 142 | + * Ensure Model.is_repack() returns a boolean |
| 143 | + * Fix error when there is no session to call _create_model_request() |
| 144 | + * Use sagemaker session's s3_resource in download_folder |
| 145 | + * Added check for the presence of model package group before creating one |
| 146 | + * Fix key error in _send_metrics() |
| 147 | + |
| 148 | +## v2.240.0 (2025-02-25) |
| 149 | + |
| 150 | +### Features |
| 151 | + |
| 152 | + * Add support for TGI Neuronx 0.0.27 and HF PT 2.3.0 image in PySDK |
| 153 | + |
| 154 | +### Bug Fixes and Other Changes |
| 155 | + |
| 156 | + * Remove main function entrypoint in ModelBuilder dependency manager. |
| 157 | + * forbid extras in Configs |
| 158 | + * altconfig hubcontent and reenable integ test |
| 159 | + * Merge branch 'master-rba' into local_merge |
| 160 | + * py_version doc fixes |
| 161 | + * Add backward compatbility for RecordSerializer and RecordDeserializer |
| 162 | + * update image_uri_configs 02-21-2025 06:18:10 PST |
| 163 | + * update image_uri_configs 02-20-2025 06:18:08 PST |
| 164 | + |
| 165 | +### Documentation Changes |
| 166 | + |
| 167 | + * Removed a line about python version requirements of training script which can misguide users. |
| 168 | + |
| 169 | +## v2.239.3 (2025-02-19) |
| 170 | + |
| 171 | +### Bug Fixes and Other Changes |
| 172 | + |
| 173 | + * added ap-southeast-7 and mx-central-1 for Jumpstart |
| 174 | + * update image_uri_configs 02-19-2025 06:18:15 PST |
| 175 | + |
3 | 176 | ## v2.239.2 (2025-02-18) |
4 | 177 |
|
5 | 178 | ### Bug Fixes and Other Changes |
|
0 commit comments