Skip to content

deps(deps): bump accelerate from 1.10.1 to 1.14.0#72

Merged
bniladridas merged 1 commit into
mainfrom
dependabot/pip/accelerate-1.14.0
Jun 26, 2026
Merged

deps(deps): bump accelerate from 1.10.1 to 1.14.0#72
bniladridas merged 1 commit into
mainfrom
dependabot/pip/accelerate-1.14.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 14, 2026

Copy link
Copy Markdown
Contributor

Bumps accelerate from 1.10.1 to 1.14.0.

Release notes

Sourced from accelerate's releases.

v1.14.0: AMD ROCm support, FSDP2 hardening

FSDP2 Improvements

This release brings a large batch of FSDP2 fixes and quality-of-life improvements: correct dtype handling on load, sharding of embeddings/norms, QLoRA crash prevention, and a more robust auto-wrap policy.

  • Fsdp2 fully_shard embedding and norm by @​SunMarc in #4015
  • Fix fsdp2 load full state dict dtype mismatch by @​SunMarc in #4021
  • Fix region compilation fsdpv2 by @​SunMarc in #4022
  • [FSDP2] Cast model to uniform dtype before fully_shard to fix mixed-dtype AssertionError by @​roycho96 in #3985
  • [FSDP2] Auto-exclude non-floating frozen Params4bit from fully_shard to prevent QLoRA crash by @​roycho96 in #3987
  • fix(FSDP2): auto-wrap policy ignoring _no_split_modules fallback by @​JohnGiorgi in #3999
  • fix: use key-based matching in fsdp2_load_full_state_dict by @​roycho96 in #3982
  • fix: add missing model_has_params4bit guard to fsdp2_load_full_state_dict call by @​roycho96 in #3981
  • Fix to-fsdp2: drop REMOVED / NOT_YET_IMPLEMENTED FSDP1 keys instead of leaking them by @​lollinng in #4065
  • Prevent double-wrapping models in prepare_model() by @​joshuaswanson in #3977

AMD ROCm support

Accelerate now works end-to-end on AMD ROCm devices. Thanks @​Abdennacer-Badaoui!

Neuron

Further Neuron improvements to reduce recompilation and cover missing device cases.

Quantization & Offloading

We improved offloading support for quantized models, including Torchao, int8, and tied-weight handling.

Data Loading

  • Feat: Support dynamic batch size in BatchSamplerShard with even_batches by @​yuxinyuan in #3969
  • Fix iterable dataset sharding condition when n_shards == num_processes by @​SunMarc in #3958
  • Fix implicit padding in split_between_processes when apply_padding=False and num_samples < num_processes by @​3manifold in #4052

Minor fixes

... (truncated)

Commits
  • beb0672 Release: v1.14.0
  • a5cb37c Fix all tests (#4072)
  • 14d7cdc Support dynamic batch size in BatchSamplerShard with even_batches (#3969)
  • 77eb5cf fix(tracker): guard init_trackers and log against None kwargs (#4026)
  • 379c8e0 fix(security): remediate workflow vulnerability in .github/workflows/build-do...
  • 61e6420 Fix to-fsdp2: actually drop REMOVED / NOT_YET_IMPLEMENTED FSDP1 keys (#4065)
  • b120c1f tests: Gracefully handle missing set_device for mps (#4028)
  • 418015a test: add regression test for no_split_module_classes accepting set type (#4048)
  • 3f1acf8 Bump the actions group with 8 updates (#4068)
  • a2e5292 docs: add aggregate profiler memory example (#4054)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Jun 14, 2026
@nuntius-review

Copy link
Copy Markdown
Vesper

Reviewed commits

Commit Summary
a4e296c deps(deps): bump accelerate from 1.10.1 to 1.14.0

An analysis of the proposed change in requirements.txt shows that it is correct and follows best practices:

Analysis

  • Correctness & Compatibility: Upgrading accelerate from 1.10.1 to 1.14.0 is a minor version bump. This is generally safe and ensures better compatibility with newer versions of dependency-heavy libraries like transformers (pinned to 4.57.3 in your file) and torch (pinned to 2.9.1).
  • Performance & Security: Newer versions of accelerate typically include performance optimizations for distributed training (FSDP, DeepSpeed, etc.) and bug fixes.
  • Pinning: The dependency remains strictly pinned (==), which is excellent practice for production environments to ensure reproducible builds.

No further changes are required for this modification.

Bumps [accelerate](https://github.com/huggingface/accelerate) from 1.10.1 to 1.14.0.
- [Release notes](https://github.com/huggingface/accelerate/releases)
- [Commits](huggingface/accelerate@v1.10.1...v1.14.0)

---
updated-dependencies:
- dependency-name: accelerate
  dependency-version: 1.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/pip/accelerate-1.14.0 branch from a4e296c to 2dbdf26 Compare June 26, 2026 20:06
@nuntius-review

Copy link
Copy Markdown

Vesper: Gemini quota exceeded

😅 Vesper hit a Gemini quota/rate limit and will pause auto-analysis for this PR.

Auto-analysis resumes after: 2026-06-26 20:36:14 UTC

You can retry immediately with /analyze.

@bniladridas
bniladridas merged commit e1063c1 into main Jun 26, 2026
0 of 3 checks passed
@dependabot
dependabot Bot deleted the dependabot/pip/accelerate-1.14.0 branch June 26, 2026 20:07
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 Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant