Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: huggingface/accelerate
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.11.0
Choose a base ref
...
head repository: huggingface/accelerate
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.12.0
Choose a head ref
  • 10 commits
  • 35 files changed
  • 10 contributors

Commits on Oct 20, 2025

  1. v1.12.0dev

    SunMarc committed Oct 20, 2025
    Configuration menu
    Copy the full SHA
    0a0c989 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2025

  1. Remove warning for cpu_ram_efficient_loading (#3816)

    * fix cpu ram
    
    * style
    SunMarc authored Oct 22, 2025
    Configuration menu
    Copy the full SHA
    a12beee View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2025

  1. Configuration menu
    Copy the full SHA
    61bcdaa View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2025

  1. Configuration menu
    Copy the full SHA
    a08fb32 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2025

  1. Configuration menu
    Copy the full SHA
    a73fd3a View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2025

  1. [Bug] Update torch.optim.Optimizer parameter states after tensor para…

    …llelism (#3835)
    
    * 1. Fix torch.optim.Optimizer parameter to address mapping in TP
    2. Fix DTensor broadcast issues in cpu_ram_efficient_loading
    
    * Add DTensor Guard on fsdp_utils full_param.to_local()
    
    * add Unit Test
    
    * add comments for addressing feedback
    
    * fix ruff
    naomili0924 authored Nov 19, 2025
    Configuration menu
    Copy the full SHA
    00b1b18 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2025

  1. Configuration menu
    Copy the full SHA
    e8f241f View commit details
    Browse the repository at this point in the history
  2. Deepspeed Ulysses/ALST integration (#3817)

    * Feat: initial impl
    
    Signed-off-by: Stas Bekman <[email protected]>
    
    * improve
    
    Signed-off-by: Stas Bekman <[email protected]>
    
    * s/flavour/backend/
    
    Signed-off-by: Stas Bekman <[email protected]>
    
    * style + ver
    
    Signed-off-by: Stas Bekman <[email protected]>
    
    * better check
    
    Signed-off-by: Stas Bekman <[email protected]>
    
    * check
    
    Signed-off-by: Stas Bekman <[email protected]>
    
    * docs + example
    
    Signed-off-by: Stas Bekman <[email protected]>
    
    * add tests
    
    Signed-off-by: Stas Bekman <[email protected]>
    
    * add tests
    
    Signed-off-by: Stas Bekman <[email protected]>
    
    * cleanup
    
    Signed-off-by: Stas Bekman <[email protected]>
    
    * cleanup
    
    Signed-off-by: Stas Bekman <[email protected]>
    
    * Apply suggestions from code review
    
    Co-authored-by: Marc Sun <[email protected]>
    
    * add experimental notice
    
    Signed-off-by: Stas Bekman <[email protected]>
    
    * style
    
    Signed-off-by: Stas Bekman <[email protected]>
    
    * new deepspeed version
    
    Signed-off-by: Stas Bekman <[email protected]>
    
    * additional checks + tests
    
    Signed-off-by: Stas Bekman <[email protected]>
    
    * more docs
    
    Signed-off-by: Stas Bekman <[email protected]>
    
    * more docs
    
    Signed-off-by: Stas Bekman <[email protected]>
    
    * working now
    
    Signed-off-by: Stas Bekman <[email protected]>
    
    * style
    
    Signed-off-by: Stas Bekman <[email protected]>
    
    * update docs
    
    Signed-off-by: Stas Bekman <[email protected]>
    
    * more robust config parsing
    
    Signed-off-by: Stas Bekman <[email protected]>
    
    * fix
    
    Signed-off-by: Stas Bekman <[email protected]>
    
    * Apply suggestions from code review
    
    Co-authored-by: Marc Sun <[email protected]>
    
    * check backend, integrate ulysses API improvement
    
    Signed-off-by: Stas Bekman <[email protected]>
    
    * style
    
    Signed-off-by: Stas Bekman <[email protected]>
    
    * fix default to match the doc
    
    Signed-off-by: Stas Bekman <[email protected]>
    
    * Apply suggestions from code review
    
    Co-authored-by: Marc Sun <[email protected]>
    
    * fix
    
    Signed-off-by: Stas Bekman <[email protected]>
    
    * deepspeed=0.18.2 is out
    
    Signed-off-by: Stas Bekman <[email protected]>
    
    * Apply suggestions from code review
    
    Co-authored-by: Kashif Rasul <[email protected]>
    
    * s/cp/sp
    
    Signed-off-by: Stas Bekman <[email protected]>
    
    * fixes
    
    Signed-off-by: Stas Bekman <[email protected]>
    
    * Apply suggestions from code review
    
    Co-authored-by: Marc Sun <[email protected]>
    
    * Update src/accelerate/parallelism_config.py
    
    Co-authored-by: Marc Sun <[email protected]>
    
    * suggestion
    
    Signed-off-by: Stas Bekman <[email protected]>
    
    * Update docs/source/concept_guides/sequence_parallelism.md
    
    Co-authored-by: Marc Sun <[email protected]>
    
    * Update sequence_parallelism.md
    
    * fix
    
    Signed-off-by: Stas Bekman <[email protected]>
    
    * fix
    
    Signed-off-by: Stas Bekman <[email protected]>
    
    * fix
    
    Signed-off-by: Stas Bekman <[email protected]>
    
    * Apply suggestion from @kashif
    
    * Apply suggestion from @kashif
    
    * Apply suggestion from @kashif
    
    * Apply suggestion from @kashif
    
    * Apply suggestion from @kashif
    
    * Apply suggestion from @kashif
    
    * Apply suggestion from @kashif
    
    * Apply suggestion from @kashif
    
    * Apply suggestion from @kashif
    
    * Apply suggestion from @kashif
    
    * Apply suggestion from @kashif
    
    ---------
    
    Signed-off-by: Stas Bekman <[email protected]>
    Co-authored-by: S1ro1 <[email protected]>
    Co-authored-by: Stas Bekman <[email protected]>
    Co-authored-by: Marc Sun <[email protected]>
    Co-authored-by: Kashif Rasul <[email protected]>
    5 people authored Nov 20, 2025
    Configuration menu
    Copy the full SHA
    c7e59dd View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2025

  1. device type helper (#3843)

    * device type helper
    
    * formatting
    kashif authored Nov 21, 2025
    Configuration menu
    Copy the full SHA
    e3655b9 View commit details
    Browse the repository at this point in the history
  2. Release: v1.12.0

    SunMarc committed Nov 21, 2025
    Configuration menu
    Copy the full SHA
    61ff833 View commit details
    Browse the repository at this point in the history
Loading