Remove transformer pins for v0.9.1-dev (#2234)

### What this PR does / why we need it?
Remove transformer pins for v0.9.1-dev, because we already release the
v0.9.1rc2 with right transformer version

### Does this PR introduce _any_ user-facing change?
No

### How was this patch tested?
doctest CI passed

- vLLM version: v0.10.0
- vLLM main:
7e6544c797

Signed-off-by: Yikun Jiang <yikunkero@gmail.com>
This commit is contained in:
Yikun Jiang
2025-08-07 14:41:10 +08:00
committed by GitHub
parent 92eebc0c9b
commit 58c8d4fdcd

View File

@@ -49,12 +49,6 @@ function install_binary_test() {
pip install vllm=="$(get_version pip_vllm_version)"
pip install vllm-ascend=="$(get_version pip_vllm_ascend_version)"
# TODO(yikun): Remove this when 0.9.1rc2 is released
# https://github.com/vllm-project/vllm-ascend/issues/2046
if [ "$PIP_VLLM_ASCEND_VERSION" == "0.9.1rc1" ] || [ "$PIP_VLLM_ASCEND_VERSION" == "0.9.0rc2" ] ; then
pip install "transformers<4.53.0"
fi
pip list | grep vllm
# Verify the installation