update e2e test

Signed-off-by: Nick Hill <nhill@redhat.com>
This commit is contained in:
Nick Hill 2025-12-12 10:32:37 -08:00
parent 3de2e4bff0
commit 7feb2f2a6d

View File

@ -101,6 +101,8 @@ def test_with_spec_decoding(monkeypatch: pytest.MonkeyPatch):
spec_config_short = spec_config | {"max_model_len": 50}
test_sampling_params = [
dict(),
dict(logprobs=2),
dict(presence_penalty=-1.0),
dict(bad_words=["the", " the"]),
dict(logprobs=2),