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 52c9f30 commit 230511eCopy full SHA for 230511e
extension/llm/export/quantizer_lib.py
@@ -179,7 +179,7 @@ def get_qnn_quantizer(
179
quant_dtype = QuantDtype.use_16a16w # pyre-fixme[16]
180
# Due to the error with 16a16w in Qnn Htp, we need to disable per channel linear quantization when use 16a16w
181
# TODO: enable it after the issue is fixed
182
- logging.warn(
+ logging.warning(
183
"Disable per channel quantization for linear due to the error with QNN HTP 16a16w."
184
)
185
qnn_quantizer.set_per_channel_linear_quant(enable=False)
0 commit comments