mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-05-25 21:51:18 +08:00
update e2e test
Signed-off-by: Nick Hill <nhill@redhat.com>
This commit is contained in:
parent
4672c4d035
commit
3de2e4bff0
@ -101,8 +101,11 @@ def test_with_spec_decoding(monkeypatch: pytest.MonkeyPatch):
|
|||||||
spec_config_short = spec_config | {"max_model_len": 50}
|
spec_config_short = spec_config | {"max_model_len": 50}
|
||||||
|
|
||||||
test_sampling_params = [
|
test_sampling_params = [
|
||||||
dict(),
|
dict(presence_penalty=-1.0),
|
||||||
|
dict(bad_words=["the", " the"]),
|
||||||
dict(logprobs=2),
|
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,
|
# test_preemption, executor, async_scheduling,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user