Releases: microsoft/nnscaler
Releases · microsoft/nnscaler
v0.8
Release Notes
Features
- cli: Added support for loading auto-merged checkpoints when world size changes. Introduced iterable dataset support and stateful dataloader. @0xWJ
- AutoDist: Added support for pipeline stage configuration (
pipeline_nstagesoption). @liuzhe-lz
Breaking Changes
-
Hooks System:
Bug Fixes
-
AutoDist:
- Fixed issues with recompute modules and re_profile estimation. @zyeric
- Corrected split info calculation. @zyeric
- Fixed data parallel test stability. @0xWJ
- Ensured all GPUs are used when model is small. @liuzhe-lz
- Removed reliance on
cppimport(replaced withpybind11). @zyeric
-
Torch/PyTorch:
-
Trainer: Fixed argument resolution when using command-line overrides. @0xWJ
-
AutoDist autocast: Corrected behavior under mixed precision. @zyeric
-
Parser: Fixed issues with function registration and apex integration. @zyeric
-
Adapter Generation: Fixed dij index bug (resolves #36 ) @zyeric
-
Example: Fixed annotation bug in deepseek coder v2 lite (resolves #37 ). @zyeric