Skip to content

Commit ce64ef8

Browse files
committed
fix pylint
Signed-off-by: xin3he <xin3.he@intel.com>
1 parent 8f8559b commit ce64ef8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neural_compressor/torch/quantization/autotune.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
def get_default_tune_config() -> TuningConfig:
3131
# TODO use the registered default tuning config in the next PR
32-
return TuningConfig(quant_configs=[GPTQConfig(weight_bits=[4, 8]), RTNConfig(weight_bits=[4, 8])])
32+
return TuningConfig(quant_configs=[GPTQConfig(weight_bits=[4, 8]), RTNConfig(bits=[4, 8])])
3333

3434

3535
def autotune(

0 commit comments

Comments
 (0)