[Test] Add e2e test cases for the Qwen-VL model adaptation to Ascend 310p (#6977)

### What this PR does / why we need it?
Add e2e test cases for the Qwen-VL model adaptation to Ascend 310p

- vLLM version: v0.16.0
- vLLM main:
15d76f74e2

Signed-off-by: gcw_61wqY8cy <wanghengkang1@huawei.com>
This commit is contained in:
wanghengkang
2026-03-06 14:25:10 +08:00
committed by GitHub
parent 620076b76a
commit c49ce18ea5
6 changed files with 141 additions and 2 deletions

View File

@@ -77,6 +77,7 @@ jobs:
- '.github/workflows/pr_test_light.yaml'
_310_tracker:
- 'vllm_ascend/_310p/**'
- 'tests/e2e/310p/**'
- 'vllm_ascend/worker/model_runner_v1.py'
- 'vllm_ascend/attention/attention_v1.py'
- 'vllm_ascend/ops/fused_moe/**'