Skip to content

Commit

Permalink
read actoder from quant_args
Browse files Browse the repository at this point in the history
  • Loading branch information
horheynm committed Jun 26, 2024
1 parent 28744fd commit 51c36c2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sparseml/modifiers/quantization/gptq/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ class GPTQModifier(Modifier):
and activation 8 bit quantization on the Linear layers.
"""

actorder: bool = False
sequential_update: Optional[bool] = False
targets: Union[str, List[str], None] = None
block_size: int = 128
Expand Down

0 comments on commit 51c36c2

Please sign in to comment.