Skip to content

Commit 8e56285

Browse files
committed
minor
Signed-off-by: realAsma <akuriparambi@nvidia.com>
1 parent 7be8b6e commit 8e56285

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modelopt/torch/quantization/algorithms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ def active(self, val: HPType | None):
253253

254254
@property
255255
def importance(self) -> dict:
256-
"""Raises an error since this is not a useful abstraction for quantization."""
256+
"""Raises an error since this is not a useful abstraction for AutoQuantize."""
257257
raise NotImplementedError
258258

259259
def get_score(self, recipe: QuantRecipe) -> float:

0 commit comments

Comments
 (0)