Skip to content

Commit

Permalink
revert benchmark.py
Browse files Browse the repository at this point in the history
  • Loading branch information
wgzintel committed Aug 1, 2024
1 parent 8d91eec commit 518576d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/check_model_pattern_changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ env:
on:
pull_request:
paths:
- 'requirements.txt'
- .github/workflows/check_model_pattern_changes.yml
- 'llm_bench/python/requirements.txt'

permissions: read-all # Required by https://github.com/ossf/scorecard/blob/e23b8ad91fd6a64a0a971ca4fc0a4d1650725615/docs/checks.md#token-permissions

Expand Down
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 ....')
log.error('An exception occurred')
log.info(traceback.format_exc())
exit(1)
finally:
Expand Down

0 comments on commit 518576d

Please sign in to comment.