mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-03-31 14:37:04 +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}
|
||||
|
||||
test_sampling_params = [
|
||||
dict(),
|
||||
dict(logprobs=2),
|
||||
dict(presence_penalty=-1.0),
|
||||
dict(bad_words=["the", " the"]),
|
||||
dict(logprobs=2),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user