From a48f18670c5aa5f87afb8fed9856504d5002411d Mon Sep 17 00:00:00 2001 From: wangli Date: Thu, 17 Jul 2025 10:42:48 +0800 Subject: [PATCH 1/2] remove transformers Signed-off-by: wangli --- pyproject.toml | 2 -- requirements.txt | 3 --- 2 files changed, 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d6cb55d1f2..6b16fc4928 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,5 @@ requires = [ "msgpack", "quart", "numba", - # Remove after https://github.com/vllm-project/vllm-ascend/issues/1470 - "transformers==4.52.4", ] build-backend = "setuptools.build_meta" diff --git a/requirements.txt b/requirements.txt index f2a1c6ff20..375b55433e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -25,6 +25,3 @@ numba --pre --extra-index-url https://mirrors.huaweicloud.com/ascend/repos/pypi torch-npu==2.5.1.post1.dev20250619 - -# Remove after https://github.com/vllm-project/vllm-ascend/issues/1470 -transformers==4.52.4 From 5aafd64793f959615010af840924a8150ef6c7c1 Mon Sep 17 00:00:00 2001 From: wangli Date: Thu, 17 Jul 2025 10:48:04 +0800 Subject: [PATCH 2/2] add test Signed-off-by: wangli --- .github/workflows/vllm_ascend_test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/vllm_ascend_test.yaml b/.github/workflows/vllm_ascend_test.yaml index 78a7a5e3b5..c41eb1daef 100644 --- a/.github/workflows/vllm_ascend_test.yaml +++ b/.github/workflows/vllm_ascend_test.yaml @@ -184,8 +184,8 @@ jobs: env: PIP_EXTRA_INDEX_URL: https://mirrors.huaweicloud.com/ascend/repos/pypi run: | - pip install -r requirements-dev.txt pip install -v -e . + pip install -r requirements-dev.txt - name: Run e2e test env: @@ -264,8 +264,8 @@ jobs: env: PIP_EXTRA_INDEX_URL: https://mirrors.huaweicloud.com/ascend/repos/pypi run: | - pip install -r requirements-dev.txt pip install -v -e . + pip install -r requirements-dev.txt - name: Run vllm-project/vllm-ascend test env: