Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add FP32 and INT4 test in Llama2 #21187

Merged
merged 12 commits into from
Jun 27, 2024
Prev Previous commit
Next Next commit
roll back change
  • Loading branch information
Yi Zhang committed Jun 27, 2024
commit 75ac32678688f29fd42c00fb77625423355cf067
Original file line number Diff line number Diff line change
Expand Up @@ -1052,8 +1052,8 @@ def main():
logger.info(f"check parity with cmd: {parity_cmd}")
parity_check(parity_cmd)
except Exception as e:
logger.exception(f"An error occurred while verifying parity: {e}", exc_info=True)
sys.exit(-1)
logger.warning(f"An error occurred while verifying parity: {e}", exc_info=True)


if __name__ == "__main__":
main()
Loading