releases.shpreview

v0.29.0

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

$npx -y @buildinternet/releases show rel_088EWH32du1A7yZ1QtlMD

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

Full Changelog: https://github.com/huggingface/accelerate/compare/v0.28.0...v0.29.0

Fetched April 7, 2026