Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency accelerate to v0.33.0 #273

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 1, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
accelerate ==0.24.1 -> ==0.33.0 age adoption passing confidence

Release Notes

huggingface/accelerate (accelerate)

v0.33.0

Compare Source

v0.32.1

Compare Source

v0.32.0: : Profilers, new hooks, speedups, and more!

Compare Source

Core

Distributed Data Parallelism

FSDP

XPU

XLA

Examples

Full Changelog

New Contributors

Full Changelog: huggingface/accelerate@v0.31.0...v0.32.0

v0.31.0: : Better support for sharded state dict with FSDP and Bugfixes

Compare Source

Core

FSDP

Megatron

What's Changed

New Contributors

Full Changelog: huggingface/accelerate@v0.30.1...v0.31.0

v0.30.1: : Bugfixes

Compare Source

Patchfix

Full Changelog: huggingface/accelerate@v0.30.0...v0.30.1

v0.30.0: : Advanced optimizer support, MoE DeepSpeed support, add upcasting for FSDP, and more

Compare Source

Core

Documentation

DeepSpeed

Megatron

Big Modeling

Bug Fixes

Full Changelog

New Contributors

Full Changelog: huggingface/accelerate@v0.29.3...v0.30.0

v0.29.3: : Patchfix

Compare Source

Full Changelog: huggingface/accelerate@v0.29.2...v0.29.3

v0.29.2: : Patchfix

Compare Source

v0.29.1: : Patchfix

Compare Source

Fixed an import which would cause running accelerate CLI to fail if pytest wasn't installed

v0.29.0: : NUMA affinity control, MLU Support, and DeepSpeed Improvements

Compare Source

Core

  • Accelerate can now optimize NUMA affinity, which can help increase throughput on NVIDIA multi-GPU systems. To enable it either follow the prompt during accelerate config, set the ACCELERATE_CPU_AFFINITY=1 env variable, or manually using the following:
from accelerate.utils import set_numa_affinity

### For GPU 0
set_numa_affinity(0)

Big thanks to @​stas00 for the recommendation, request, and feedback during development

Big Model Inference

DeepSpeed

What's Changed

New Contributors


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Dec 1, 2023
Copy link

codecov bot commented Dec 1, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 37.00%. Comparing base (6530de4) to head (8cc06e0).
Report is 1 commits behind head on main.

Current head 8cc06e0 differs from pull request most recent head e01f6db

Please upload reports for the commit e01f6db to get more accurate results.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #273   +/-   ##
=======================================
  Coverage   37.00%   37.00%           
=======================================
  Files          23       23           
  Lines        1481     1481           
  Branches      202      202           
=======================================
  Hits          548      548           
  Misses        925      925           
  Partials        8        8           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot changed the title chore(deps): update dependency accelerate to v0.25.0 chore(deps): update dependency accelerate to v0.26.0 Jan 10, 2024
@renovate renovate bot changed the title chore(deps): update dependency accelerate to v0.26.0 chore(deps): update dependency accelerate to v0.26.1 Jan 11, 2024
@renovate renovate bot changed the title chore(deps): update dependency accelerate to v0.26.1 chore(deps): update dependency accelerate to v0.27.0 Feb 10, 2024
@renovate renovate bot force-pushed the renovate/accelerate-0.x branch 2 times, most recently from 6738e00 to c03be08 Compare February 13, 2024 16:47
@renovate renovate bot changed the title chore(deps): update dependency accelerate to v0.27.0 chore(deps): update dependency accelerate to v0.27.2 Feb 13, 2024
@renovate renovate bot force-pushed the renovate/accelerate-0.x branch from c03be08 to 529abe5 Compare March 12, 2024 17:05
@renovate renovate bot changed the title chore(deps): update dependency accelerate to v0.27.2 chore(deps): update dependency accelerate to v0.28.0 Mar 12, 2024
@renovate renovate bot force-pushed the renovate/accelerate-0.x branch from 529abe5 to f27a701 Compare April 5, 2024 14:59
@renovate renovate bot changed the title chore(deps): update dependency accelerate to v0.28.0 chore(deps): update dependency accelerate to v0.29.0 Apr 5, 2024
@renovate renovate bot force-pushed the renovate/accelerate-0.x branch from f27a701 to 46fc1d9 Compare April 5, 2024 20:24
@renovate renovate bot changed the title chore(deps): update dependency accelerate to v0.29.0 chore(deps): update dependency accelerate to v0.29.1 Apr 5, 2024
@renovate renovate bot force-pushed the renovate/accelerate-0.x branch from 46fc1d9 to 0ae38f8 Compare April 9, 2024 13:49
@renovate renovate bot changed the title chore(deps): update dependency accelerate to v0.29.1 chore(deps): update dependency accelerate to v0.29.2 Apr 9, 2024
@renovate renovate bot force-pushed the renovate/accelerate-0.x branch from 0ae38f8 to d978882 Compare April 17, 2024 17:43
@renovate renovate bot changed the title chore(deps): update dependency accelerate to v0.29.2 chore(deps): update dependency accelerate to v0.29.3 Apr 17, 2024
@renovate renovate bot force-pushed the renovate/accelerate-0.x branch from d978882 to 3d307ca Compare May 3, 2024 16:25
@renovate renovate bot changed the title chore(deps): update dependency accelerate to v0.29.3 chore(deps): update dependency accelerate to v0.30.0 May 3, 2024
@renovate renovate bot force-pushed the renovate/accelerate-0.x branch from 3d307ca to 8cc06e0 Compare May 10, 2024 19:17
@renovate renovate bot changed the title chore(deps): update dependency accelerate to v0.30.0 chore(deps): update dependency accelerate to v0.30.1 May 10, 2024
@renovate renovate bot force-pushed the renovate/accelerate-0.x branch from 8cc06e0 to e01f6db Compare June 7, 2024 15:53
@renovate renovate bot changed the title chore(deps): update dependency accelerate to v0.30.1 chore(deps): update dependency accelerate to v0.31.0 Jun 7, 2024
@renovate renovate bot force-pushed the renovate/accelerate-0.x branch from e01f6db to aab84a4 Compare July 3, 2024 17:28
@renovate renovate bot changed the title chore(deps): update dependency accelerate to v0.31.0 chore(deps): update dependency accelerate to v0.32.0 Jul 3, 2024
@renovate renovate bot force-pushed the renovate/accelerate-0.x branch from aab84a4 to dd3f09d Compare July 4, 2024 16:22
@renovate renovate bot changed the title chore(deps): update dependency accelerate to v0.32.0 chore(deps): update dependency accelerate to v0.32.1 Jul 4, 2024
@renovate renovate bot force-pushed the renovate/accelerate-0.x branch from dd3f09d to cb0c4b6 Compare July 23, 2024 17:42
@renovate renovate bot changed the title chore(deps): update dependency accelerate to v0.32.1 chore(deps): update dependency accelerate to v0.33.0 Jul 23, 2024
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants