This commit is contained in:
Derek Higgins 2025-10-03 14:11:23 +02:00 committed by GitHub
commit 152b66d344
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
38 changed files with 16957 additions and 12 deletions

View file

@ -147,6 +147,11 @@ SUITE_DEFINITIONS: dict[str, Suite] = {
roots=base_roots,
default_setup="ollama",
),
"base-vllm-subset": Suite(
name="base-vllm-subset",
roots=["tests/integration/inference"],
default_setup="vllm",
),
"responses": Suite(
name="responses",
roots=["tests/integration/responses"],