This repository was archived by the owner on Jun 3, 2025. It is now read-only.
SparseML v0.11.0
New Features:
- Hugging Face NLP masked language modeling CLI and support implemented for training and export.
- PyTorch Image classification CLIs deployed.
- WoodFisher/M-FAC pruning algorithm, AC/DC pruning algorithm, and structured pruning algorithm support added with modifiers for PyTorch.
- Reduced precision support provided for quantization in PyTorch (< INT8).
Changes:
- Refactored pruning and quantization algorithms from the
sparseml.torch.optimpackage to thesparseml.torch.sparsificationpackage.
Resolved Issues:
- None
Known Issues:
- None