|
4 | 4 |
|
5 | 5 | ### Features
|
6 | 6 |
|
7 |
| - * Update SM Python SDK for PT 2.2.0 SM DLC |
| 7 | +- Update SM Python SDK for PT 2.2.0 SM DLC |
8 | 8 |
|
9 | 9 | ### Bug Fixes and Other Changes
|
10 | 10 |
|
11 |
| - * Create custom tarfile extractall util to fix backward compatibility issue |
12 |
| - * Upgrade smp to version 2.2 |
13 |
| - * Enhance model builder selection logic to include model size |
| 11 | +- Create custom tarfile extractall util to fix backward compatibility issue |
| 12 | +- Upgrade smp to version 2.2 |
| 13 | +- Enhance model builder selection logic to include model size |
14 | 14 |
|
15 | 15 | ## v2.211.0 (2024-03-05)
|
16 | 16 |
|
17 | 17 | ### Features
|
18 | 18 |
|
19 |
| - * pin dll version to support python3.11 to the sdk |
20 |
| - * instance specific jumpstart host requirements |
21 |
| - * Add TensorFlow 2.14 image configs |
22 |
| - * Add AutoMLV2 support |
23 |
| - * Support selective pipeline execution between function step and regular step |
24 |
| - * Add new Triton DLC URIs |
| 19 | +- pin dll version to support python3.11 to the sdk |
| 20 | +- instance specific jumpstart host requirements |
| 21 | +- Add TensorFlow 2.14 image configs |
| 22 | +- Add AutoMLV2 support |
| 23 | +- Support selective pipeline execution between function step and regular step |
| 24 | +- Add new Triton DLC URIs |
25 | 25 |
|
26 | 26 | ### Bug Fixes and Other Changes
|
27 | 27 |
|
28 |
| - * Skip No Canvas regions for test_deploy_best_candidate |
29 |
| - * make sure gpus are found in local_gpu run |
30 |
| - * Bump Apache Airflow version to 2.8.2 |
31 |
| - * properly close sagemaker config file after loading config |
32 |
| - * remove enable_network_isolation from the python doc |
| 28 | +- Skip No Canvas regions for test_deploy_best_candidate |
| 29 | +- make sure gpus are found in local_gpu run |
| 30 | +- Bump Apache Airflow version to 2.8.2 |
| 31 | +- properly close sagemaker config file after loading config |
| 32 | +- remove enable_network_isolation from the python doc |
33 | 33 |
|
34 | 34 | ### Documentation Changes
|
35 | 35 |
|
36 |
| - * Add doc for new feature processor APIs and classes |
| 36 | +- Add doc for new feature processor APIs and classes |
37 | 37 |
|
38 | 38 | ## v2.210.0 (2024-02-28)
|
39 | 39 |
|
40 | 40 | ### Features
|
41 | 41 |
|
42 |
| - * Prepend SageMaker Studio App Type to boto3 User Agent string |
43 |
| - * TGI optimum 0.0.18 (general+llm) |
44 |
| - * TGI 1.4.2 |
| 42 | +- Prepend SageMaker Studio App Type to boto3 User Agent string |
| 43 | +- TGI optimum 0.0.18 (general+llm) |
| 44 | +- TGI 1.4.2 |
45 | 45 |
|
46 | 46 | ### Bug Fixes and Other Changes
|
47 | 47 |
|
48 |
| - * tolerate vulnerable old model for integ test and temporarily skip test_list_jumpstart_models_script_filter |
49 |
| - * add missing regions to pytorch config |
50 |
| - * Add validation for sagemaker version on remote job |
51 |
| - * fixed implementation of fail_on_violation for transform with monitoring |
| 48 | +- tolerate vulnerable old model for integ test and temporarily skip test_list_jumpstart_models_script_filter |
| 49 | +- add missing regions to pytorch config |
| 50 | +- Add validation for sagemaker version on remote job |
| 51 | +- fixed implementation of fail_on_violation for transform with monitoring |
52 | 52 |
|
53 | 53 | ## v2.209.0 (2024-02-24)
|
54 | 54 |
|
|
0 commit comments