Skip to content

Commit c5e09d7

Browse files
committed
address review
1 parent c293b3b commit c5e09d7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/models/llama2/export_llama_lib.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,8 @@ def build_args_parser() -> argparse.ArgumentParser:
230230
"--optimized_rotation_path",
231231
default=None,
232232
required=False,
233-
help="Optimized rotation checkpoint path. You can download the optimized rotation matrices from https://github.com/facebookresearch/SpinQuant/tree/main",
233+
help="[QNN Backend] Optimized rotation checkpoint path. Just apply R1/R2 here."
234+
"You can download the optimized rotation matrices from https://github.com/facebookresearch/SpinQuant/tree/main",
234235
)
235236
parser.add_argument(
236237
"-m",

0 commit comments

Comments
 (0)