Skip to content

Commit a686f29

Browse files
[0.11.0][Bugfix] fix e2e full test (#4424)
### What this PR does / why we need it? pin Transformer version to 4.57.1 fix 'dict' object has no attribute 'model_type' https://github.com/vllm-project/vllm-ascend/actions/runs/19660859460/job/56306822464 picked from #4423 Signed-off-by: hfadzxy <[email protected]>
1 parent cdaf7f4 commit a686f29

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ requires = [
1212
"scipy",
1313
"setuptools>=64",
1414
"setuptools-scm>=8",
15+
"transformers<=4.57.1",
1516
"torch-npu==2.7.1",
1617
"torch==2.7.1",
1718
"torchvision",

requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,5 @@ numba
2626
#--pre
2727
#--extra-index-url https://mirrors.huaweicloud.com/ascend/repos/pypi
2828
torch-npu==2.7.1
29+
30+
transformers<=4.57.1

0 commit comments

Comments
 (0)