v0.1.1: NPU support, Flexible mixed precision, DCP async, and more bug fixes
Pre-release
Pre-release
New features
- NPU support @FightingZhen
- DCP async support @Luosuu
- Flexible mixed precision control in FSDP2 @Luosuu
What's Changed
- [feat] fix dcp async save by @Luosuu in #80
- Add Ascend NPU native support by @FightingZhen in #65
- hot fix npu by @Fazziekey in #81
- update REAMDme by @Fazziekey in #82
- fix qwen3_moe & qwen2_vl inference bug by @Coach257 in #84
- [dist] fix: FSDP2 with flexible mixed policy control by @Luosuu in #86
- fix: use argument global_rank to check is rank 0 in get_checkpoint_path by @piyifan123 in #87
- [misc] test & code comments improvements by @Luosuu in #88
New Contributors
- @FightingZhen made their first contribution in #65
- @Coach257 made their first contribution in #84
- @piyifan123 made their first contribution in #87
Full Changelog: v0.1.0.post1...v0.1.1