huggingface / optimum-intel

🤗 Optimum Intel: Accelerate inference with Intel optimization tools
https://huggingface.co/docs/optimum/main/en/intel/index
Apache License 2.0
388 stars 110 forks source link

Update config function path for neural-compressor v2.6 #801

Closed changwangss closed 3 months ago

changwangss commented 3 months ago

What does this PR do?

from neural_compressor.conf.pythonic_config import _BaseQuantizationConfig

replace to

from neural_compressor.config import _BaseQuantizationConfig

it will remove when INC 3.0 release.

Fixes # (issue)

Before submitting

HuggingFaceDocBuilderDev commented 3 months ago

The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.