Skip to content

Commit b8e3697

Browse files
committed
fix default
1 parent 77f377b commit b8e3697

File tree

1 file changed

+1
-1
lines changed
  • src/llmcompressor/modifiers/quantization/gptq

1 file changed

+1
-1
lines changed

src/llmcompressor/modifiers/quantization/gptq/base.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ class GPTQModifier(Modifier):
9393
and activation 8 bit quantization on the Linear layers.
9494
"""
9595

96-
sequential_update: Optional[bool] = False
96+
sequential_update: Optional[bool] = True
9797
targets: Union[str, List[str], None] = None
9898
sequential_targets: Union[str, List[str], None] = None
9999
block_size: int = 128

0 commit comments

Comments
 (0)