Skip to content

Bump sagemaker from 2.243.2 to 2.256.0 in /3_distributed_training/reinforcement-learning/grpo/trl/accelerate#192

Closed
dependabot[bot] wants to merge 451 commits intomainfrom
dependabot/uv/3_distributed_training/reinforcement-learning/grpo/trl/accelerate/sagemaker-2.256.0
Closed

Bump sagemaker from 2.243.2 to 2.256.0 in /3_distributed_training/reinforcement-learning/grpo/trl/accelerate#192
dependabot[bot] wants to merge 451 commits intomainfrom
dependabot/uv/3_distributed_training/reinforcement-learning/grpo/trl/accelerate/sagemaker-2.256.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 5, 2026

Bumps sagemaker from 2.243.2 to 2.256.0.

Release notes

Sourced from sagemaker's releases.

v2.256.0

Features

  • Image for Numpy 2.0 support with XGBoost

Bug fixes and Other Changes

  • Bug fix for Triton Model server for inference
  • Removal of hmac key parameter for remote function
  • Bug fixes for input validation for local mode and resource management for iterators

v2.255.0

What's Changed

  • Extracts reward Lambda ARN from Nova recipes
  • Passes it as training job hyperparameter
  • Added LLMFT recipe support with standardized recipe handling
  • Enhanced recipe validation and multi-model type compatibility

v2.254.1

Bug Fixes and Other Changes

  • update get_execution_role to directly return the ExecutionRoleArn if it presents in the resource metadata file
  • [hf] HF PT Training DLCs

v2.254.0

Features

  • Triton v25.09 DLC

Bug Fixes and Other Changes

  • Add Numpy 2.0 support
  • add HF Optimum Neuron DLCs
  • [Hugging Face][Pytorch] Inference DLC 4.51.3
  • [hf] HF Inference TGI

v2.253.1

Bug Fixes and Other Changes

  • Update instance type regex to also include hyphens
  • Revert the change "Add Numpy 2.0 support"
  • [hf-tei] add image uri to utils
  • add TEI 1.8.2

v2.253.0

Features

  • Added condition to allow eval recipe.
  • add model_type hyperparameter support for Nova recipes

Bug Fixes and Other Changes

... (truncated)

Changelog

Sourced from sagemaker's changelog.

v2.256.0 (2026-01-08)

Features

  • Image for Numpy 2.0 support with XGBoost
  • Bug fixes and Other Changes

Bug fix for Triton Model server for inference

  • Removal of hmac key parameter for remote function
  • Bug fixes for input validation for local mode and resource management for iterators

v2.255.0 (2025-12-03)

Features

  • Extracts reward Lambda ARN from Nova recipes
  • Passes it as training job hyperparameter
  • Added LLMFT recipe support with standardized recipe handling
  • Enhanced recipe validation and multi-model type compatibility

v2.254.1 (2025-10-31)

Bug Fixes and Other Changes

  • update get_execution_role to directly return the ExecutionRoleArn if it presents in the resource metadata file
  • [hf] HF PT Training DLCs

v2.254.0 (2025-10-29)

Features

  • Triton v25.09 DLC

Bug Fixes and Other Changes

  • Add Numpy 2.0 support
  • add HF Optimum Neuron DLCs
  • [Hugging Face][Pytorch] Inference DLC 4.51.3
  • [hf] HF Inference TGI

v2.253.1 (2025-10-14)

Bug Fixes and Other Changes

  • Update instance type regex to also include hyphens
  • Revert the change "Add Numpy 2.0 support"
  • [hf-tei] add image uri to utils

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Nick Sciarrilli and others added 30 commits April 18, 2025 16:36
…hive/fmops/full-stack/pattern1-rag/cdk/aws-cdk-lib-2.190.0

Bump aws-cdk-lib from 2.189.0 to 2.190.0 in /x_archive/fmops/full-stack/pattern1-rag/cdk
…ruction-fine-tuning/gpt-neo/scripts/transformers-4.48.0

Bump transformers from 4.21.0 to 4.48.0 in /x_archive/instruction-fine-tuning/gpt-neo/scripts
Bumps [transformers](https://github.com/huggingface/transformers) from 4.24.0 to 4.50.0.
- [Release notes](https://github.com/huggingface/transformers/releases)
- [Commits](huggingface/transformers@v4.24.0...v4.50.0)

---
updated-dependencies:
- dependency-name: transformers
  dependency-version: 4.50.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Minor changes (Clear ticket)
…ecases/rag_including_chatbot/transformers-4.50.0

Bump transformers from 4.24.0 to 4.50.0 in /6_use_cases/usecases/rag_including_chatbot
Bumps [transformers](https://github.com/huggingface/transformers) from 4.31.0 to 4.50.0.
- [Release notes](https://github.com/huggingface/transformers/releases)
- [Commits](huggingface/transformers@v4.31.0...v4.50.0)

---
updated-dependencies:
- dependency-name: transformers
  dependency-version: 4.50.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
adding this folder to host SageMaker Unfied studio distributed training blog.
SuryaKari and others added 21 commits January 12, 2026 15:28
Remove debug print of environment variables
Add Tool Calling Training Recipe with GRPO and Verifiable Rewards
updated blog example to Sagemaker SDK v3
Bumps [sagemaker](https://github.com/aws/sagemaker-python-sdk) from 2.243.2 to 2.256.0.
- [Release notes](https://github.com/aws/sagemaker-python-sdk/releases)
- [Changelog](https://github.com/aws/sagemaker-python-sdk/blob/v2.256.0/CHANGELOG.md)
- [Commits](aws/sagemaker-python-sdk@v2.243.2...v2.256.0)

---
updated-dependencies:
- dependency-name: sagemaker
  dependency-version: 2.256.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Feb 5, 2026
@brunopistone brunopistone force-pushed the dependabot/uv/3_distributed_training/reinforcement-learning/grpo/trl/accelerate/sagemaker-2.256.0 branch from 1feea15 to b1ac6a0 Compare March 4, 2026 14:43
@brunopistone brunopistone self-requested a review as a code owner March 4, 2026 14:43
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 4, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/uv/3_distributed_training/reinforcement-learning/grpo/trl/accelerate/sagemaker-2.256.0 branch March 4, 2026 14:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

10 participants