Skip to content

Commit 3c7ea1b

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent ce64ef8 commit 3c7ea1b

File tree

1 file changed

+3
-4
lines changed
  • neural_compressor/torch/quantization

1 file changed

+3
-4
lines changed

neural_compressor/torch/quantization/config.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,12 @@
2121
import torch
2222

2323
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,
24+
from neural_compressor.common.utils import ( # algo_name
2625
DEFAULT_WHITE_LIST,
27-
# algo_name
2826
FP8_QUANT,
29-
RTN,
3027
GPTQ,
28+
OP_NAME_OR_MODULE_TYPE,
29+
RTN,
3130
SMOOTH_QUANT,
3231
STATIC_QUANT,
3332
)

0 commit comments

Comments
 (0)