Skip to content

Commit 25c41f7

Browse files
committed
minor
Signed-off-by: realAsma <[email protected]>
1 parent 18441ba commit 25c41f7

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

modelopt/torch/quantization/algorithms.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -171,10 +171,11 @@ class QuantRecipeHparam(Hparam):
171171
"""An Hparam for quantization recipes.
172172
173173
In addition, this Hparam also:
174-
1. Keeps a link to its quant_modules and score_modules and sets the quantizers for the
175-
quant_modules based on the active recipe.
176-
2. Keeps track of the importance of each recipe in a dict instead of a tensor
177-
3. Registers itself with each score_module via the _hparams_for_scoring attribute
174+
175+
* Keeps a link to its quant_modules and score_modules and sets the quantizers for the
176+
quant_modules based on the active recipe.
177+
* Keeps track of the importance of each recipe in a dict instead of a tensor.
178+
* Registers itself with each score_module via the _hparams_for_scoring attribute.
178179
"""
179180

180181
def __init__(

0 commit comments

Comments
 (0)