Skip to content

Commit 6d0b2d0

Browse files
authored
run compile only for examples/qualcomm/llama
1 parent fa30e80 commit 6d0b2d0

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)