Skip to content

Commit 673fe04

Browse files
committed
add calib data for awq
Signed-off-by: Kyle Sayers <[email protected]>
1 parent 7611d99 commit 673fe04

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/llmcompressor/entrypoints/oneshot.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ def apply_recipe_modifiers(
166166
recipe=self.recipe,
167167
recipe_stage=recipe_stage,
168168
recipe_args=self.recipe_args.recipe_args,
169+
calib_data=calibration_dataloader, # TODO: only used by AWQ modifier
169170
)
170171

171172
user_pipeline = self.dataset_args.pipeline

0 commit comments

Comments
 (0)