github huggingface/accelerate v0.21.0
v0.21.0: Model quantization and NPUs

latest releases: v1.13.0, v1.12.0, v1.11.0...
2 years ago

Model quantization with bitsandbytes

You can now quantize any model (no just Transformer models) using Accelerate. This is mainly for models having a lot of linear layers. See the documentation for more information!

Support for Ascend NPUs

Accelerate now supports Ascend NPUs.

  • Add Ascend NPU accelerator support by @statelesshz in #1676

What's new?

Accelerate now requires Python 3.8+ and PyTorch 1.10+ :

Significant community contributions

The following contributors have made significant changes to the library over the last release:

Don't miss a new accelerate release

NewReleases is sending notifications on new releases.