We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d91eec commit 518576dCopy full SHA for 518576d
.github/workflows/check_model_pattern_changes.yml
@@ -9,8 +9,7 @@ env:
9
on:
10
pull_request:
11
paths:
12
- - 'requirements.txt'
13
- - .github/workflows/check_model_pattern_changes.yml
+ - 'llm_bench/python/requirements.txt'
14
15
permissions: read-all # Required by https://github.com/ossf/scorecard/blob/e23b8ad91fd6a64a0a971ca4fc0a4d1650725615/docs/checks.md#token-permissions
16
llm_bench/python/benchmark.py
@@ -762,7 +762,7 @@ def main():
762
model_precision,
763
)
764
except Exception:
765
- log.error('An exception occurred ....')
+ log.error('An exception occurred')
766
log.info(traceback.format_exc())
767
exit(1)
768
finally:
0 commit comments