Skip to content

Commit eb6ad2b

Browse files
committed
doc string
1 parent 4cdbb8d commit eb6ad2b

File tree

1 file changed

+1
-0
lines changed
  • src/sparseml/modifiers/quantization/gptq

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ class GPTQModifier(Modifier):
5050
- LayerCompressor.revert_layer_wrappers()
5151
5252
53+
:param actorder: Whether to use activation reordering or not
5354
:param sequential_update: Whether or not to update weights sequentially by layer,
5455
True saves on GPU memory
5556
:param targets: list of layer names to compress during GPTQ, or '__ALL__'

0 commit comments

Comments
 (0)