Skip to content

Commit a09f187

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

File tree

1 file changed

+1
-1
lines changed
  • neural_compressor/torch/quantization

1 file changed

+1
-1
lines changed

neural_compressor/torch/quantization/config.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2096,7 +2096,7 @@ def __new__(
20962096
else:
20972097
config_cls = self._model_mapping[STATIC_QUANT]
20982098
return config_cls(*args, **kwargs)
2099-
2099+
21002100
@classmethod
21012101
def get_config_set_for_tuning(cls, dtype="int8"):
21022102
"""Map to different config set for tuning."""

0 commit comments

Comments
 (0)