Skip to content

Commit

Permalink
fix example
Browse files Browse the repository at this point in the history
Signed-off-by: Mengni Wang <mengni.wang@intel.com>
  • Loading branch information
mengniwang95 committed May 13, 2024
1 parent 7d5e551 commit 4ef257a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,10 @@
from optimum import onnxruntime as optimum_ort
from neural_compressor_ort.quantization import matmul_nbits_quantizer
from neural_compressor_ort import config
from neural_compressor_ort.quantization import logger
from neural_compressor_ort import logger
from neural_compressor_ort.quantization import tuning
from neural_compressor_ort import data_reader
from neural_compressor_ort import utility

logger = logging.getLogger(__name__)
logging.basicConfig(
Expand Down

0 comments on commit 4ef257a

Please sign in to comment.