Skip to content

Commit 77a1572

Browse files
committed
Merge branch 'kaihui/ar_refactor' of https://github.com/intel/neural-compressor into kaihui/ar_refactor
2 parents 395fc04 + d028006 commit 77a1572

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

neural_compressor/torch/algorithms/autoround/autoround.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,8 @@ def _is_auto_round_available():
4141

4242
from neural_compressor.common.utils import Statistics
4343
from neural_compressor.torch.algorithms import Quantizer
44-
from neural_compressor.torch.utils import get_accelerator, logger
45-
4644
from neural_compressor.torch.algorithms.weight_only.utility import CapturedDataloader, InputCaptureModule
45+
from neural_compressor.torch.utils import get_accelerator, logger
4746

4847

4948
class AutoRoundQuantizer(Quantizer):

0 commit comments

Comments
 (0)