Skip to content

Releases: aws/sagemaker-python-sdk

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

v2.205.0

25 Jan 17:59
Compare
Choose a tag to compare

Features

  • Support selective pipeline execution for function step

Bug Fixes and Other Changes

  • remove fastapi and uvicorn dependencies
  • Support using PipelineDefinitionConfig in local mode
  • update get_execution_role_arn from metadata file if present
  • update image_uri_configs 01-24-2024 06:17:33 PST
  • Add validation for empty ParameterString value in start local pipeline

v2.204.0

23 Jan 20:32
Compare
Choose a tag to compare

Features

  • add throughput management support for feature group
  • Support custom repack model settings
  • parallelize notebook search utils, add new operators

Bug Fixes and Other Changes

  • Enable galactus integ tests
  • JumpStart - TLV region launch
  • add warning message for job-prefixed pipeline steps when no job name is provided
  • TGI NeuronX
  • Updates for DJL 0.26.0 release
  • update sphinx version
  • Add PyTorch 2.1.0 SM Training DLC to UNSUPPORTED_DLC_IMAGE_FOR_SM_PARALLELISM list
  • Huggingface glue failing tests
  • change ConditionNot incorrect property Expression to Condition

v2.203.1

09 Jan 17:53
Compare
Choose a tag to compare

Bug Fixes and Other Changes

  • TGI 1.3.3
  • skip failing integs
  • query hf api for model md
  • update image_uri_configs 12-29-2023 06:17:34 PST

v2.203.0

28 Dec 23:57
Compare
Choose a tag to compare

Features

  • support local mode in SageMaker Studio (#1300)
  • Supporting tbac in load_run

Bug Fixes and Other Changes

  • update image_uri_configs 12-25-2023 06:17:33 PST
  • Disable failed test in IR
  • Raise Exception for debug
  • create role if needed in get_execution_role

v2.202.1

22 Dec 18:29
Compare
Choose a tag to compare

Bug Fixes and Other Changes

  • update image_uri_configs 12-22-2023 06:17:35 PST
  • update model path in local mode
  • Using logging instead of prints

Documentation Changes

  • update issue template.

v2.202.0

21 Dec 19:52
Compare
Choose a tag to compare

Features

  • support remote debug for sagemaker training job

Bug Fixes and Other Changes

  • update image_uri_configs 12-21-2023 08:32:41 PST
  • Update tblib constraint

v2.201.0

20 Dec 02:50
Compare
Choose a tag to compare

Features

  • Use specific images for SMP v2 jobs
  • Added update for model package

Bug Fixes and Other Changes

  • Add write permission to job output dirs for remote and step decorator running on non-root job user
  • Move func and args serialization of function step to step level

Documentation Changes

  • SMP v2 doc updates (#1423)
  • fix ModelBuilder sample notebook links