update e2e test

Signed-off-by: Nick Hill <nhill@redhat.com>
This commit is contained in:
Nick Hill 2025-12-12 10:17:01 -08:00
parent 4672c4d035
commit 3de2e4bff0

View File

@ -101,8 +101,11 @@ def test_with_spec_decoding(monkeypatch: pytest.MonkeyPatch):
spec_config_short = spec_config | {"max_model_len": 50}
test_sampling_params = [
dict(),
dict(presence_penalty=-1.0),
dict(bad_words=["the", " the"]),
dict(logprobs=2),
# TODO there is a logprobs diff for this combo, independent of async scheduling
# dict(logprobs=2, presence_penalty=-1.0),
]
# test_preemption, executor, async_scheduling,