File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
modelopt/torch/quantization Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff 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__ (
You can’t perform that action at this time.
0 commit comments