mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-05-17 07:09:08 +08:00
update e2e test
Signed-off-by: Nick Hill <nhill@redhat.com>
This commit is contained in:
parent
3de2e4bff0
commit
7feb2f2a6d
@ -101,6 +101,8 @@ 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(logprobs=2),
|
||||||
dict(presence_penalty=-1.0),
|
dict(presence_penalty=-1.0),
|
||||||
dict(bad_words=["the", " the"]),
|
dict(bad_words=["the", " the"]),
|
||||||
dict(logprobs=2),
|
dict(logprobs=2),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user