From d629f0b2b573c3ba858a09fc93c42f2c2634e043 Mon Sep 17 00:00:00 2001 From: Li Wang Date: Fri, 25 Jul 2025 15:20:37 +0800 Subject: [PATCH] [CI] Remove transformers installation (#2014) ### What this PR does / why we need it? Remove transformers installation, The transformers version bug has been fixed by https://github.com/vllm-project/vllm/commit/e936e401debe7fba64d6462666d7dc632bc76357. We can safe to remove the version limit now - vLLM version: v0.9.2 - vLLM main: https://github.com/vllm-project/vllm/commit/40d86ee412eeeca93e0c37432db6b96829cb64e2 Signed-off-by: wangli --- .github/workflows/nightly_benchmarks.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/nightly_benchmarks.yaml b/.github/workflows/nightly_benchmarks.yaml index 16d57a3..9598097 100644 --- a/.github/workflows/nightly_benchmarks.yaml +++ b/.github/workflows/nightly_benchmarks.yaml @@ -117,7 +117,6 @@ jobs: env: PIP_EXTRA_INDEX_URL: https://mirrors.huaweicloud.com/ascend/repos/pypi run: | - pip install "transformers<=4.52.4" pip install -e . pip install -r benchmarks/requirements-bench.txt