Commit 622e1b1
authored
[Test] Enable default graph mode and set max cudagraph capture size to fix test case (vllm-project#10863)
### What this PR does / why we need it?
For the test case `test_suffix_acceptance`:
1. Switches it to use the default graph mode `FULL_AND_PIECEWISE`.
2. Sets `max_cudagraph_capture_size=16` to fix a previous failure due to
oversized graph captures.
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
Ran `test_suffix_acceptance` locally with the changes applied and
verified it passes.
- vLLM version: v0.22.1
- vLLM main:
vllm-project/vllm@967c5c3
Signed-off-by: zhiyu-wa <1959864813@qq.com>1 parent 0d1d5bf commit 622e1b1
1 file changed
Lines changed: 1 addition & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
| 26 | + | |
30 | 27 | | |
31 | 28 | | |
32 | 29 | | |
| |||
0 commit comments