[V0 Deprecation] Remove V0 Engine tests (#25114)

Signed-off-by: Woosuk Kwon <woosuk.kwon@berkeley.edu>
This commit is contained in:
Woosuk Kwon
2025-09-17 19:38:09 -07:00
committed by GitHub
parent 5963b98b46
commit 2c3c1bd07a
7 changed files with 1 additions and 622 deletions

View File

@@ -25,6 +25,7 @@ def test_context_length_too_short(vllm_runner, image_assets, model):
model,
max_model_len=128, # LLaVA has a feature size of 576
enforce_eager=True,
load_format="dummy",
)
with vllm_model: