Skip to content

Commit 66f36d2

Browse files
committed
fix typo
Signed-off-by: Kyle Sayers <kylesayrs@gmail.com>
1 parent ffc4415 commit 66f36d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/llmcompressor/pipelines/sequential/pipeline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def __call__(
105105

106106
LifecycleCallbacks.sequential_epoch_end(subgraph)
107107

108-
if not dataset_args.propagate_error:
108+
if dataset_args.propagate_error:
109109
# this pass does not trigger modifier hooks
110110
# and is only used for capturing outputs of compressed modules
111111
with HooksMixin.disable_hooks():

0 commit comments

Comments
 (0)