Skip to content

Commit 58c8d4f

Browse files
authored
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: vllm-project/vllm@7e6544c Signed-off-by: Yikun Jiang <[email protected]>
1 parent 92eebc0 commit 58c8d4f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/e2e/doctests/002-pip-binary-installation-test.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,6 @@ function install_binary_test() {
4949
pip install vllm=="$(get_version pip_vllm_version)"
5050
pip install vllm-ascend=="$(get_version pip_vllm_ascend_version)"
5151

52-
# TODO(yikun): Remove this when 0.9.1rc2 is released
53-
# https://github.com/vllm-project/vllm-ascend/issues/2046
54-
if [ "$PIP_VLLM_ASCEND_VERSION" == "0.9.1rc1" ] || [ "$PIP_VLLM_ASCEND_VERSION" == "0.9.0rc2" ] ; then
55-
pip install "transformers<4.53.0"
56-
fi
57-
5852
pip list | grep vllm
5953

6054
# Verify the installation

0 commit comments

Comments
 (0)