Skip to content

Tags: aws/sagemaker-python-sdk

Tags

v3.11.0

Toggle v3.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(jumpstart): ignore unknown fields in HubContentDocument to handle…

… hub schema additions (#5849)

v3.10.1

Toggle v3.10.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update version, changelog, and pyproject files for release of 3.10.1 (#…

…5838)

v2.257.3

Toggle v2.257.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release 2.257.3 (#5826)

v3.10.0

Toggle v3.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: Bump version to 3.10.0 for release (#5821)

* chore: Bump version to 3.10.0 for release

---------

Co-authored-by: Mohamed Zeidan <zeidmo@amazon.com>

v3.9.0

Toggle v3.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: Bump version to 3.9.0 for release (#5793)

v2.257.2

Toggle v2.257.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: bug: ModelBuilder overwrites user-provided HF_MODEL_ID for DJL S…

…erving, preventi (5529) (#5734)

* fix: bug: ModelBuilder overwrites user-provided HF_MODEL_ID for DJL Serving, preventi (5529)

* fix: address review comments (iteration #1)

* fix: address review comments (iteration #1)

* fix: address review comments (iteration #1)

* fix: address review comments (iteration #2)

v3.8.0

Toggle v3.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: Bump version to 3.8.0 for release (#5768)

* chore: Bump version to 3.8.0 for release

Update all VERSION files and pyproject.toml dependency bounds
to reflect the 3.8.0 release. Add v3.8.0 changelog entry with
new features (Feature Group Manager, Image Upgrades) and bug
fixes (MLFlowConfig, docker compose v2, HuggingFace, Pytorch).

* docs: Add v3.8.0 changelog entries to submodules

Add release notes to sagemaker-core (v2.8.0), sagemaker-serve
(v1.8.0), sagemaker-train (v1.8.0), and sagemaker-mlops (v1.8.0)
changelogs with changes mapped to their respective submodules.

v3.7.1

Toggle v3.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: Updated changelog, version and pyproject.toml for release (#5706)

v3.7.0

Toggle v3.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(evaluate): Remove ModelPackageConfig from EvaluateBaseModel steps (

…#5635)

When evaluate_base_model=True, the EvaluateBaseModel step in both
DETERMINISTIC_TEMPLATE and CUSTOM_SCORER_TEMPLATE incorrectly included
ModelPackageConfig with SourceModelPackageArn, causing the base model
evaluation to load fine-tuned model weights instead of using only the
base model from the public hub. This made both evaluations identical,
leading users to believe fine-tuning had no effect.

Remove ModelPackageConfig from the EvaluateBaseModel step in both
templates so it only uses BaseModelArn from ServerlessJobConfig. The
EvaluateCustomModel step retains ModelPackageConfig to correctly load
fine-tuned weights. This is consistent with the fix already applied to
the LLMAJ_TEMPLATE.

---
X-AI-Prompt: Fix BenchMarkEvaluator evaluate_base_model bug from D406780217
X-AI-Tool: Kiro

sim: https://t.corp.amazon.com/D406780217

v3.6.0

Toggle v3.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update CHANGELOG 3.6.0 (#5649)

* Update CHANGELOG.md sagemaker-core

* Update VERSION sagemaker-core

* Update CHANGELOG.md sagemaker-train

* Update VERSION sagemaker-train

* Update pyproject.toml sagemaker-train

* Update CHANGELOG.md sagemaker-serve

* Update VERSION sagemaker-serve

* Update pyproject.toml sagemaker-serve

* Update CHANGELOG.md sagemaker-mlops

* Update VERSION sagemaker-mlops

* Update pyproject.toml sagemaker-mlops

* Update VERSION meta

* Update CHANGELOG.md meta

* Update pyproject.toml meta