sparseml
sparseml copied to clipboard
mask_structure preservation test
This pull request introduces an integration check to ensure the preservation of mask structure across consecutive runs. The process includes:
- Initial pruning of the model using a mask structure:
"N:M". - Further pruning and quantization of the saved model.
- Verification that the original
"N:M"sparsity structure is maintained, with additional sparsity applied on top.