diff --git a/examples/qualcomm/oss_scripts/llama2/llama.py b/examples/qualcomm/oss_scripts/llama2/llama.py index 5434efea065..04569df5c92 100644 --- a/examples/qualcomm/oss_scripts/llama2/llama.py +++ b/examples/qualcomm/oss_scripts/llama2/llama.py @@ -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: