Skip to content

Commit

Permalink
Remove docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
kylesayrs committed Dec 13, 2024
1 parent 7e69b9d commit 4a22032
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/llmcompressor/modifiers/quantization/gptq/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,6 @@ class GPTQModifier(Modifier, HooksMixin):
"""
Modifier for applying the one-shot OBCQ algorithm to a model
Lifecycle:
- on_initialize
- initialize_compression()
- compressible_layers()
- LayerCompressor.pre_compress()
- apply_compression()
- run_calibration_forward()
- LayerCompressor.compress()
- LayerCompressor.post_compress()
- LayerCompressor.revert_layer_wrappers()
| Sample yaml:
| test_stage:
| obcq_modifiers:
Expand Down

0 comments on commit 4a22032

Please sign in to comment.