You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Additional NVIDIA H20 E2E testing:
- Qwen3.6-27B TP2
- Qwen3.6-35B-A3B TP2
- Covers text and image requests
- Models uniformly referenced at /data/models/Qwen/
Manually verified on H20 machine using CUDA CI container, both cases
passed.
CUDA CI is configured to use the `vllm-plugin-ci-h20` runner label.
Copy file name to clipboardExpand all lines: tests/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -239,6 +239,7 @@ generate:
239
239
| `serve.endpoints` | list | No | Endpoints to test: `completion`, `chat` |
240
240
| `serve.completion_prompt` | str | No | Prompt for `/v1/completions` |
241
241
| `serve.chat_messages` | list | No | Messages for `/v1/chat/completions` |
242
+
| `serve.chat_cases` | list | No | Named chat requests run against one server; `expected` validates required response substrings and `generated_image: true` creates the local image fixture |
242
243
| `serve.max_tokens` | int | No | Max tokens for serving requests (default: 50) |
243
244
| `serve.api_key` | str | No | API key for authenticated endpoints |
244
245
| `serve.extra_engine` | dict | No | Engine param overrides for serving only |
0 commit comments