HPU Support
- Adds in HPU accelerator support for 🤗 Accelerate
What's Changed
- [bug] fix device index bug for model training loaded with bitsandbytes by @faaany in #3408
- [docs] add the missing
import torch
by @faaany in #3396 - minor doc fixes by @nbroad1881 in #3365
- fix: ensure CLI args take precedence over config file. by @cyr0930 in #3409
- fix: Add
device=torch.get_default_device()
intorch.Generator
s by @saforem2 in #3420 - Add Tecorigin SDAA accelerator support by @siqi654321 in #3330
- fix typo : thier -> their by @hackty in #3423
- Fix quality by @muellerzr in #3424
- Distributed inference example for llava_next by @VladOS95-cyber in #3417
- HPU support by @IlyasMoutawwakil in #3378
New Contributors
- @cyr0930 made their first contribution in #3409
- @saforem2 made their first contribution in #3420
- @siqi654321 made their first contribution in #3330
- @hackty made their first contribution in #3423
- @VladOS95-cyber made their first contribution in #3417
- @IlyasMoutawwakil made their first contribution in #3378
Full Changelog: v1.4.0...v1.5.0