llmcompressor.modifiers.logarithmic_equalization.base
Classes:
-
LogarithmicEqualizationModifier–.. deprecated::
LogarithmicEqualizationModifier
Bases: SmoothQuantModifier
.. deprecated::
LogarithmicEqualizationModifier is deprecated and will be removed in a
future release. Use SmoothQuantModifier with
algorithm="log_equalization"
instead::
SmoothQuantModifier:
algorithm: log_equalization
mappings: [...]
Implements the Logarithmic Equalization Algorithm from
https://arxiv.org/abs/2308.15987. This modifier is now an alias for
SmoothQuantModifier(algorithm="log_equalization").