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 03f064e commit 16a7d95Copy full SHA for 16a7d95
neural_compressor/strategy/strategy.py
@@ -54,8 +54,8 @@
54
print_op_list,
55
print_table,
56
)
57
-from ..version import __version__
58
from ..utils.weights_details import WeightsDetails
+from ..version import __version__
59
from .utils.constant import FALLBACK_RECIPES_SET, TUNING_ITEMS_LST
60
from .utils.tuning_sampler import tuning_sampler_dict
61
from .utils.tuning_space import TuningSpace
0 commit comments