[CI] Upgrade trasnformers version (#6307)

Upgrade transformers to >=4.56.4

- vLLM version: v0.14.1
- vLLM main:
dc917cceb8

Signed-off-by: wangxiyuan <wangxiyuan1007@gmail.com>
This commit is contained in:
wangxiyuan
2026-01-28 14:06:39 +08:00
committed by GitHub
parent c498cea22d
commit f8e76a49fa
14 changed files with 30 additions and 42 deletions

View File

@@ -15,8 +15,6 @@
# limitations under the License.
# This file is a part of the vllm-ascend project.
#
from modelscope import snapshot_download # type: ignore[import-untyped]
from tests.e2e.conftest import VllmRunner
from tests.e2e.model_utils import check_outputs_equal
@@ -33,7 +31,7 @@ def test_qwen3_w8a8_quant():
)]
with VllmRunner(
snapshot_download("vllm-ascend/Qwen3-0.6B-W8A8"),
"vllm-ascend/Qwen3-0.6B-W8A8",
max_model_len=8192,
gpu_memory_utilization=0.7,
cudagraph_capture_sizes=[1, 2, 4, 8],
@@ -62,7 +60,7 @@ def test_qwen3_dense_w8a16():
)]
with VllmRunner(
snapshot_download("vllm-ascend/Qwen3-0.6B-W8A16"),
"vllm-ascend/Qwen3-0.6B-W8A16",
max_model_len=8192,
enforce_eager=False,
gpu_memory_utilization=0.7,