Skip to content

chore(deps): bump accelerate from 1.6.0 to 1.11.0 in /backend#6

Open
dependabot[bot] wants to merge 2 commits intomainfrom
dependabot/pip/backend/accelerate-1.11.0
Open

chore(deps): bump accelerate from 1.6.0 to 1.11.0 in /backend#6
dependabot[bot] wants to merge 2 commits intomainfrom
dependabot/pip/backend/accelerate-1.11.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 13, 2025

Bumps accelerate from 1.6.0 to 1.11.0.

Release notes

Sourced from accelerate's releases.

v1.10.1: Patchfix

Full Changelog: huggingface/accelerate@v1.10.0...v1.10.1

v1.10.0: N-D Parallelism

N-D Parallelism

Training large models across multiple GPUs can be complex, especially when combining different parallelism strategies (e.g TP, CP, DP). To simplify this process, we've collaborated with Axolotl to introduce an easy-to-use integration that allows you to apply any combination of parallelism strategies directly in your training script. Just pass a ParallelismConfig specifying the size of each parallelism type—it's that simple. Learn more about how it works in our latest blogpost.

parallelism_config = ParallelismConfig(
    dp_shard_size=2,
    dp_replicate_size=2,
    cp_size=2,
    tp_size=2,
)
accelerator = Accelerator(
    parallelism_config=parallelism_config,
   ...
)
model = AutoModelForCausalLM.from_pretrained("your-model-name", device_mesh=accelerator.torch_device_mesh)
model = accelerator.prepare(model)

FSDP improvements

We've fixed ignored modules attribute. With this, it is now possible to train PEFT model that moe layers that contrains q_proj and v_proj parameters. This is especially important for fine-tuning gpt-oss model.

Minor improvements

New Contributors

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 13, 2025

Labels

The following labels could not be found: dependabot:python. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@Weves Weves force-pushed the main branch 8 times, most recently from 698024c to bd6eb11 Compare November 21, 2025 11:04
@Weves Weves force-pushed the main branch 5 times, most recently from 9b594fc to 70b05bd Compare November 26, 2025 11:04
@dependabot dependabot bot force-pushed the dependabot/pip/backend/accelerate-1.11.0 branch from f42f43d to 1804cac Compare November 26, 2025 11:06
@dependabot dependabot bot force-pushed the dependabot/pip/backend/accelerate-1.11.0 branch from 1804cac to 90bad1e Compare November 27, 2025 11:06
@Weves Weves force-pushed the main branch 6 times, most recently from 96e3471 to 447888f Compare December 3, 2025 11:05
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 3, 2025

A newer version of accelerate exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

Bumps [accelerate](https://github.com/huggingface/accelerate) from 1.6.0 to 1.11.0.
- [Release notes](https://github.com/huggingface/accelerate/releases)
- [Commits](huggingface/accelerate@v1.6.0...v1.11.0)

---
updated-dependencies:
- dependency-name: accelerate
  dependency-version: 1.11.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/backend/accelerate-1.11.0 branch from 90bad1e to 431c33c Compare December 5, 2025 11:06
@Weves Weves force-pushed the main branch 8 times, most recently from 66583b1 to 966e59c Compare January 15, 2026 11:05
@Weves Weves force-pushed the main branch 7 times, most recently from 4bd438f to 091f4d2 Compare January 22, 2026 11:07
@Weves Weves force-pushed the main branch 7 times, most recently from 5cc0ca9 to 20d4219 Compare January 29, 2026 11:12
@Weves Weves force-pushed the main branch 7 times, most recently from 7f59f0e to 51e862b Compare February 5, 2026 11:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant