Skip to content

Commit 230511e

Browse files
authored
Fix linter in quantizer_lib.py
Pull Request resolved: #4952
1 parent 52c9f30 commit 230511e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extension/llm/export/quantizer_lib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ def get_qnn_quantizer(
179179
quant_dtype = QuantDtype.use_16a16w # pyre-fixme[16]
180180
# Due to the error with 16a16w in Qnn Htp, we need to disable per channel linear quantization when use 16a16w
181181
# TODO: enable it after the issue is fixed
182-
logging.warn(
182+
logging.warning(
183183
"Disable per channel quantization for linear due to the error with QNN HTP 16a16w."
184184
)
185185
qnn_quantizer.set_per_channel_linear_quant(enable=False)

0 commit comments

Comments
 (0)