Skip to content

Commit 8234c14

Browse files
authored
Fix #6462 - run compile only for examples/qualcomm/llama (#6463)
run compile only for examples/qualcomm/llama
1 parent 904a2e5 commit 8234c14

File tree

1 file changed

+1
-0
lines changed
  • examples/qualcomm/oss_scripts/llama2

1 file changed

+1
-0
lines changed

examples/qualcomm/oss_scripts/llama2/llama.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -564,6 +564,7 @@ def post_process():
564564
exit(f"Finish the running pre_gen_pte from {args.pre_gen_pte}")
565565

566566
if args.compile_only:
567+
compile(args)
567568
exit(f"Finish compile_only and save to {args.artifact}")
568569

569570
try:

0 commit comments

Comments
 (0)