Skip to content

Commit

Permalink
test triggering check model pattern changes
Browse files Browse the repository at this point in the history
  • Loading branch information
wgzintel committed Jul 31, 2024
1 parent 429cc1b commit 45d7a9b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/check_model_pattern_changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ on:
branches: [ "master" ]
paths:
- llm_bench/python/requirements.txt
pull_request:
paths:
- llm_bench/python/requirements.txt
- .github/workflows/check_model_pattern_changes.yml

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/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ openvino_genai
auto-gptq>=0.5.1 # for gptq
pillow
torch
transformers>=4.41.0
transformers>=4.40.0
diffusers>=0.22.0
#optimum is in dependency list of optimum-intel
git+https://github.com/huggingface/optimum-intel.git@439d61f79cf55d5d0b28334f577b6ac3c5ced28f#egg=optimum-intel
Expand Down

0 comments on commit 45d7a9b

Please sign in to comment.