Skip to content

Commit 554382a

Browse files
author
yifan_shen3
committed
address review comment: elaborate arg help info
1 parent 4d92b32 commit 554382a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/models/llama2/export_llama_lib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ def build_args_parser() -> argparse.ArgumentParser:
308308
"--coreml-quantize",
309309
default=None,
310310
choices=["b4w"],
311-
help="This option is only for coreml: Use coreml quantization",
311+
help="This option is only for coreml: Use coreml quantization, e.g. b4w (for blockwise 4 bit weight)",
312312
)
313313
parser.add_argument(
314314
"--qnn",

0 commit comments

Comments
 (0)