We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cbc8e6 commit 876e896Copy full SHA for 876e896
neural_compressor/torch/__init__.py
@@ -24,4 +24,4 @@
24
)
25
26
from neural_compressor.common.base_tuning import TuningConfig
27
-from neural_compressor.torch.autotune import autotune, get_default_tune_config
+from neural_compressor.torch.quantization.autotune import autotune, get_default_tune_config
neural_compressor/torch/autotune.py
0 commit comments