Skip to content

Commit 518576d

Browse files
committed
revert benchmark.py
1 parent 8d91eec commit 518576d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/check_model_pattern_changes.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ env:
99
on:
1010
pull_request:
1111
paths:
12-
- 'requirements.txt'
13-
- .github/workflows/check_model_pattern_changes.yml
12+
- 'llm_bench/python/requirements.txt'
1413

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

llm_bench/python/benchmark.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -762,7 +762,7 @@ def main():
762762
model_precision,
763763
)
764764
except Exception:
765-
log.error('An exception occurred ....')
765+
log.error('An exception occurred')
766766
log.info(traceback.format_exc())
767767
exit(1)
768768
finally:

0 commit comments

Comments
 (0)