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 ffc4415 commit 66f36d2Copy full SHA for 66f36d2
src/llmcompressor/pipelines/sequential/pipeline.py
@@ -105,7 +105,7 @@ def __call__(
105
106
LifecycleCallbacks.sequential_epoch_end(subgraph)
107
108
- if not dataset_args.propagate_error:
+ if dataset_args.propagate_error:
109
# this pass does not trigger modifier hooks
110
# and is only used for capturing outputs of compressed modules
111
with HooksMixin.disable_hooks():
0 commit comments