Skip to content

Commit f639e7c

Browse files
author
yifan_shen3
committed
address review comment: elaborate arg help info
1 parent 06dba4b commit f639e7c

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
@@ -297,7 +297,7 @@ def build_args_parser() -> argparse.ArgumentParser:
297297
"--coreml-quantize",
298298
default=None,
299299
choices=["b4w"],
300-
help="This option is only for coreml: Use coreml quantization",
300+
help="This option is only for coreml: Use coreml quantization, e.g. b4w (for blockwise 4 bit weight)",
301301
)
302302
parser.add_argument(
303303
"--qnn",

0 commit comments

Comments
 (0)