We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7be8b6e commit 8e56285Copy full SHA for 8e56285
modelopt/torch/quantization/algorithms.py
@@ -253,7 +253,7 @@ def active(self, val: HPType | None):
253
254
@property
255
def importance(self) -> dict:
256
- """Raises an error since this is not a useful abstraction for quantization."""
+ """Raises an error since this is not a useful abstraction for AutoQuantize."""
257
raise NotImplementedError
258
259
def get_score(self, recipe: QuantRecipe) -> float:
0 commit comments