Skip to content

Commit

Permalink
doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
horheynm committed Jun 5, 2024
1 parent 4cdbb8d commit eb6ad2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sparseml/modifiers/quantization/gptq/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ class GPTQModifier(Modifier):
- LayerCompressor.revert_layer_wrappers()
:param actorder: Whether to use activation reordering or not
:param sequential_update: Whether or not to update weights sequentially by layer,
True saves on GPU memory
:param targets: list of layer names to compress during GPTQ, or '__ALL__'
Expand Down

0 comments on commit eb6ad2b

Please sign in to comment.