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 2d98b37 commit 8932e2cCopy full SHA for 8932e2c
examples/llm_ptq/hf_ptq.py
@@ -329,9 +329,7 @@ def main(args):
329
model_type = get_model_type(model)
330
331
if model_type == "phi4mm":
332
- warnings.warn(
333
- "Please set the default input_mode to InputMode.LANGUAGE before quantizing."
334
- )
+ warnings.warn("Please set the default input_mode to InputMode.LANGUAGE before quantizing.")
335
336
if args.sparsity_fmt != "dense":
337
if args.batch_size == 0:
0 commit comments