mirror of
https://github.com/vllm-project/vllm-ascend.git
synced 2025-10-20 21:53:54 +08:00
[CI] Remove transformers installation (#2014)
### What this PR does / why we need it? Remove transformers installation, The transformers version bug has been fixed bye936e401de
. We can safe to remove the version limit now - vLLM version: v0.9.2 - vLLM main:40d86ee412
Signed-off-by: wangli <wangli858794774@gmail.com>
This commit is contained in:
1
.github/workflows/nightly_benchmarks.yaml
vendored
1
.github/workflows/nightly_benchmarks.yaml
vendored
@ -117,7 +117,6 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
PIP_EXTRA_INDEX_URL: https://mirrors.huaweicloud.com/ascend/repos/pypi
|
PIP_EXTRA_INDEX_URL: https://mirrors.huaweicloud.com/ascend/repos/pypi
|
||||||
run: |
|
run: |
|
||||||
pip install "transformers<=4.52.4"
|
|
||||||
pip install -e .
|
pip install -e .
|
||||||
pip install -r benchmarks/requirements-bench.txt
|
pip install -r benchmarks/requirements-bench.txt
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user