We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7611d99 commit 673fe04Copy full SHA for 673fe04
src/llmcompressor/entrypoints/oneshot.py
@@ -166,6 +166,7 @@ def apply_recipe_modifiers(
166
recipe=self.recipe,
167
recipe_stage=recipe_stage,
168
recipe_args=self.recipe_args.recipe_args,
169
+ calib_data=calibration_dataloader, # TODO: only used by AWQ modifier
170
)
171
172
user_pipeline = self.dataset_args.pipeline
0 commit comments