Skip to content

Commit 0c99cf7

Browse files
authored
[v0.9.1][CI] Fix CI error (#1475)
Fix transformers>=4.53.0 image processor break: #1470 Signed-off-by: wangxiyuan <wangxiyuan1007@gmail.com>
1 parent 8d1e59c commit 0c99cf7

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,7 @@ requires = [
1919
"msgpack",
2020
"quart",
2121
"numba",
22+
# Remove after https://github.com/vllm-project/vllm-ascend/issues/1470
23+
"transformers<4.53.0",
2224
]
2325
build-backend = "setuptools.build_meta"

requirements.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,6 @@ numba
2525
--pre
2626
--extra-index-url https://mirrors.huaweicloud.com/ascend/repos/pypi
2727
torch-npu==2.5.1.post1.dev20250619
28+
29+
# Remove after https://github.com/vllm-project/vllm-ascend/issues/1470
30+
transformers<4.53.0

0 commit comments

Comments
 (0)