[CI] Remove transformers installation (#2014)

### What this PR does / why we need it?
Remove transformers installation, The transformers version bug has been
fixed by
e936e401de.
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:
Li Wang
2025-07-25 15:20:37 +08:00
committed by GitHub
parent e561a2c6ec
commit d629f0b2b5

View File

@ -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