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 6d22f96 commit e323280Copy full SHA for e323280
optimum/exporters/openvino/__main__.py
@@ -128,7 +128,7 @@ def main_export(
128
"""
129
if compression_option is not None and compression_option != "f16" and not is_nncf_available():
130
raise ImportError(
131
- "Quantization of the weights to int8 requires nncf, please install it with `pip install nncf`"
+ f"Compression of the weights to {compression_option} requires nncf, please install it with `pip install nncf`"
132
)
133
134
model_kwargs = model_kwargs or {}
0 commit comments