Skip to content

Commit 5c2a422

Browse files
committed
revert requirements.txt
1 parent 2237c2b commit 5c2a422

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/check_model_pattern_changes.yml

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

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

llm_bench/python/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ openvino_genai
77
auto-gptq>=0.5.1 # for gptq
88
pillow
99
torch
10-
transformers>=4.41.0
10+
transformers>=4.40.0
1111
diffusers>=0.22.0
1212
#optimum is in dependency list of optimum-intel
1313
git+https://github.com/huggingface/optimum-intel.git@439d61f79cf55d5d0b28334f577b6ac3c5ced28f#egg=optimum-intel

0 commit comments

Comments
 (0)