Skip to content

Commit fc66256

Browse files
committed
fix runner
1 parent 20b8661 commit fc66256

File tree

4 files changed

+349
-262
lines changed

4 files changed

+349
-262
lines changed

examples/qualcomm/oss_scripts/llama/llama.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -779,7 +779,7 @@ def inference(args, quant_attrs, pte_filename, runtime_tokenizer_path, pre_gen_p
779779
f"--system_prompt '{args.system_prompt}'",
780780
f"--logits_scale {quant_attrs['scale']}",
781781
f"--logits_offset {quant_attrs['zero_point']}",
782-
f"--kv_updator {'SmartMask' if args.kv_updater == smart_mask_updater else 'ShiftPointer'}",
782+
f"--kv_updater {'SmartMask' if args.kv_updater == smart_mask_updater else 'ShiftPointer'}",
783783
]
784784
)
785785
runner_cmd = " ".join(

0 commit comments

Comments
 (0)