Skip to content

Releases: aws/sagemaker-python-sdk

v2.212.0

06 Mar 19:57
Compare
Choose a tag to compare

Features

  • Update SM Python SDK for PT 2.2.0 SM DLC

Bug Fixes and Other Changes

  • Create custom tarfile extractall util to fix backward compatibility issue
  • Upgrade smp to version 2.2
  • Enhance model builder selection logic to include model size

v2.211.0

05 Mar 18:25
Compare
Choose a tag to compare

Features

  • pin dll version to support python3.11 to the sdk
  • instance specific jumpstart host requirements
  • Add TensorFlow 2.14 image configs
  • Add AutoMLV2 support
  • Support selective pipeline execution between function step and regular step
  • Add new Triton DLC URIs

Bug Fixes and Other Changes

  • Skip No Canvas regions for test_deploy_best_candidate
  • make sure gpus are found in local_gpu run
  • Bump Apache Airflow version to 2.8.2
  • properly close sagemaker config file after loading config
  • remove enable_network_isolation from the python doc

Documentation Changes

  • Add doc for new feature processor APIs and classes

v2.210.0

28 Feb 19:54
Compare
Choose a tag to compare

Features

  • Prepend SageMaker Studio App Type to boto3 User Agent string
  • TGI optimum 0.0.18 (general+llm)
  • TGI 1.4.2

Bug Fixes and Other Changes

  • tolerate vulnerable old model for integ test and temporarily skip test_list_jumpstart_models_script_filter
  • add missing regions to pytorch config
  • Add validation for sagemaker version on remote job
  • fixed implementation of fail_on_violation for transform with monitoring

v2.209.0

24 Feb 01:31
Compare
Choose a tag to compare

Features

  • ModelBuilder to fetch local schema when no SchemaBuilder present.
  • AutoGluon 1.0.0 image_uris update

Bug Fixes and Other Changes

  • skip pytorch training compiler integ test
  • add fixes for tarfile extractall functionality PEP-721
  • Fix telemetry image uri option logic for ModelBuilder
  • Add telemetry metrics on usage of default images for ModelBuilder
  • Fix error message typo
  • Add "distribution" parameter into record_set

v2.208.0

15 Feb 22:26
Compare
Choose a tag to compare

Features

  • Telemetry metrics
  • TGI 1.4.0
  • Support collection type and target store for feature store ingestion.

Bug Fixes and Other Changes

  • bump jinja2 to 3.1.3 in doc/requirments.txt
  • chore(deps): bump jinja2 from 3.0.3 to 3.1.3 in /requirements/extras
  • Fix dependabot alert in transformers package
  • Bump Apache Airflow version to 2.8.0
  • skip failing mxnet tests

Documentation Changes

  • change order of pipelines topics
  • Explain the ClarifyCheckStep and QualityCheckStep parameters
  • fix the ClarifyCheckStep documentation to mention PDP

v2.207.1

06 Feb 22:33
Compare
Choose a tag to compare

Bug Fixes and Other Changes

  • Add PT 2.1 as a supported framework for the smdistributed distribution
  • Enable private docker registry support for ModelBuilder
  • HF PT 2.1 Image Configs

Documentation Changes

  • add setup commands for documentation generation

v2.207.0

05 Feb 20:27
Compare
Choose a tag to compare

Features

  • Introduce HF Transformers to ModelBuilder
  • retrieve jumpstart estimator and predictor without specifying model id (infer from tags)

Bug Fixes and Other Changes

  • SMP PT upgrade to 2.1
  • Fetch HF metadata only when explicit type is not selected
  • relax upper bound for urllib dependency

v2.198.1

01 Feb 05:06
Compare
Choose a tag to compare

Bug Fixes and Other Changes

  • update get_execution_role_arn from metadata file if present

v2.197.1

01 Feb 18:20
Compare
Choose a tag to compare

Bug Fixes and Other Changes

  • update get_execution_role_arn from metadata file if present

v2.206.0

31 Jan 23:30
Compare
Choose a tag to compare

Features

  • Logic to detect hardware GPU count and aggregate GPU memory size in MiB

Bug Fixes and Other Changes

  • fixed create monitoring schedule failing after validation error
  • Support PipelineVariable for ModelQualityCheckConfig attributes
  • TGI NeuronX 0.0.17