Skip to content

Commit

Permalink
update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Sayers committed Sep 18, 2024
1 parent f49db59 commit bb94c70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/llmcompressor/modifiers/quantization/gptq/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class GPTQModifier(Modifier):
| test_stage:
| obcq_modifiers:
| GPTQModifier:
| sequential_update: True
| sequential_update: true
| dampening_frac: 0.001
| block_size: 128
| config_groups:
Expand All @@ -63,7 +63,7 @@ class GPTQModifier(Modifier):
:param sequential_update: Whether or not to update weights sequentially by layer,
True saves on GPU memory
True saves on GPU memory, default is True
:param targets: list of layer names to compress during GPTQ, or '__ALL__'
to compress every layer in the model
:param block_size: Used to determine number of columns to compress in one pass
Expand Down

0 comments on commit bb94c70

Please sign in to comment.