fix: remove test debug params

This commit is contained in:
drbh 2025-01-17 16:19:02 +00:00
parent 78cd756caf
commit 17192c9a0e

View File

@ -5,13 +5,7 @@ import requests
@pytest.fixture(scope="module")
def qwen2_vl_handle(launcher):
with launcher(
"Qwen/Qwen2-VL-7B-Instruct",
max_input_length=10_000,
max_batch_prefill_tokens=10_000,
max_total_tokens=10_001,
cuda_graphs=[0],
) as handle:
with launcher("Qwen/Qwen2-VL-7B-Instruct") as handle:
yield handle