mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-05-28 17:47:04 +08:00
update e2e test - oops
Signed-off-by: Nick Hill <nhill@redhat.com>
This commit is contained in:
parent
7feb2f2a6d
commit
c5df2565ab
@ -102,7 +102,6 @@ def test_with_spec_decoding(monkeypatch: pytest.MonkeyPatch):
|
|||||||
|
|
||||||
test_sampling_params = [
|
test_sampling_params = [
|
||||||
dict(),
|
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