MCT Quantizers is a Python library that provides infrastructure for supporting neural network compression through quantization-aware training and post-training quantization. It is part of the Model Compression Toolkit (MCT) ecosystem. Version 1.7.0 requires Python >=3.10. The library is actively maintained with regular releases.
pip install mct-quantizersNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic usage: quantize a PyTorch model with post-training quantization.
Update imports: replace 'from mct_quantizers.quantization import QuantizationConfig' with 'from mct_quantizers import QuantizationConfig'.
If using TensorFlow, migrate your pipeline to PyTorch or use mct-quantizers with ONNX backend.
Wrap your model with torch.nn.DataParallel before passing to PostTrainingQuantization.
No dependency data recorded yet.