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 ce64ef8 commit 3c7ea1bCopy full SHA for 3c7ea1b
neural_compressor/torch/quantization/config.py
@@ -21,13 +21,12 @@
21
import torch
22
23
from neural_compressor.common.base_config import BaseConfig, config_registry, register_config
24
-from neural_compressor.common.utils import (
25
- OP_NAME_OR_MODULE_TYPE,
+from neural_compressor.common.utils import ( # algo_name
26
DEFAULT_WHITE_LIST,
27
- # algo_name
28
FP8_QUANT,
29
- RTN,
30
GPTQ,
+ OP_NAME_OR_MODULE_TYPE,
+ RTN,
31
SMOOTH_QUANT,
32
STATIC_QUANT,
33
)
0 commit comments