Registry / ai-ml / mct-quantizers-nightly

mct-quantizers-nightly

JSON →
library1.6.0.20250912.post11759pypypiunverified

Nightly (pre-release) builds of MCT Quantizers, providing infrastructure for neural network compression via quantization. Current version is 1.6.0.20250912.post11759. Released nightly, not for production use.

pip install mct-quantizers-nightly
INSTALL
IMPORT
SIG · MCT-QUANTIZERS-NIG
M
mct-quantizers-nightly
ai-mlpythonv1.6.0.20250912.post11759
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

QuantizationConfig
from mct_quantizers import QuantizationConfig
from mct_quantizers.quantization import QuantizationConfig
Wrong submodule path; top-level import is correct.
QuantizedLayer
from mct_quantizers import QuantizedLayer
from mct_quantizers.layers import QuantizedLayer
QuantizedLayer is at package root, not in layers submodule.

Import the library and configure basic quantization parameters.

import mct_quantizers from mct_quantizers import QuantizationConfig # Example: set quantization configuration config = QuantizationConfig(n_weights_bits=8, n_activation_bits=8) print(config)
Debug
Known issues
deprecatedNightly builds may have APIs that are removed in the future. Do not rely on stable interfaces.
fix
Use the stable release mct-quantizers for production.
affects: all nightly
gotchaImport paths differ between nightly and stable releases. Check documentation before upgrading.
fix
Always import from the top-level 'mct_quantizers' package.
affects: 1.6.0.*
Upgrade
Version history
1.6.0.20250912.post11759latest on PyPI · released Sep 12, 2025
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
mct-quantizers-nightly — pip install mct-quantizers-nightly · libregistry