Skip to content

Commit

Permalink
revert requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
wgzintel committed Jul 31, 2024
1 parent 2237c2b commit 5c2a422
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check_model_pattern_changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:
on:
pull_request:
paths:
- 'llm_bench/python/requirements.txt'
- '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 5c2a422

Please sign in to comment.