Skip to content

Commit

Permalink
Update onnxruntime/python/tools/transformers/models/llama/convert_to_…
Browse files Browse the repository at this point in the history
…onnx.py

Co-authored-by: kunal-vaishnavi <[email protected]>
  • Loading branch information
kobby-kobbs and kunal-vaishnavi authored Aug 15, 2024
1 parent bc8b872 commit 70f06de
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1001,6 +1001,8 @@ def main():
logger.info(f"The ONNX model at {fp_path} has been quantized to int4 and saved at {int4_path}!")
remove_existing_model(fp_path)
barrier()

# Don't run parity checker for Dynamo export currently
if args.use_dynamo_export:
return

Expand Down

0 comments on commit 70f06de

Please sign in to comment.