llmcompressor.pipelines.registry
Classes:
CalibrationPipeline
Bases: ABC, RegistryMixin
Methods:
-
from_modifiers–Infer which calibration pipeline to use based on the available modifiers and
from_modifiers
classmethod
Infer which calibration pipeline to use based on the available modifiers and any user specifications
Parameters:
-
modifiers(list[Modifier]) –modifiers to apply to model
-
user(str | None, default:None) –pipeline name passed by user
Returns:
-
CalibrationPipeline–CalibrationPipeline instance to be called with data (if not datafree)