Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions examples/qualcomm/oss_scripts/llama2/llama.py
Original file line number Diff line number Diff line change
Expand Up @@ -564,6 +564,7 @@ def post_process():
exit(f"Finish the running pre_gen_pte from {args.pre_gen_pte}")

if args.compile_only:
compile(args)
exit(f"Finish compile_only and save to {args.artifact}")

try:
Expand Down
Loading