Skip to content

Commit

Permalink
revert benchmark.py
Browse files Browse the repository at this point in the history
  • Loading branch information
wgzintel committed Jul 31, 2024
1 parent a332959 commit 3653581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llm_bench/python/benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -762,7 +762,7 @@ def main():
model_precision,
)
except Exception:
log.error('An exception occurred now')
log.error('An exception occurred')
log.info(traceback.format_exc())
exit(1)
finally:
Expand Down

0 comments on commit 3653581

Please sign in to comment.