We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cffe62 commit b6a166dCopy full SHA for b6a166d
.github/workflows/vllm_ascend_test_nightly_a3.yaml
@@ -65,6 +65,9 @@ jobs:
65
- name: deepseek-r1-0528-w8a8
66
os: linux-aarch64-a3-16
67
tests: tests/e2e/nightly/models/test_deepseek_r1_0528_w8a8.py
68
+ - name: deepseek-r1-0528-w8a8-prefix-cache
69
+ os: linux-aarch64-a3-16
70
+ tests: tests/e2e/nightly/features/test_prefix_cache_deepseek_r1_0528_w8a8.py
71
uses: ./.github/workflows/_e2e_nightly_single_node.yaml
72
with:
73
vllm: v0.11.0
0 commit comments