mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-07-09 20:57:24 +08:00
remove todo for logprobs and penalty combo
Signed-off-by: zhuhaoran <zhuhaoran.zhr@alibaba-inc.com>
This commit is contained in:
parent
8d339e86e5
commit
9b1a8cc76a
@ -106,8 +106,7 @@ def test_with_spec_decoding(monkeypatch: pytest.MonkeyPatch):
|
|||||||
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),
|
||||||
# TODO there is a logprobs diff for this combo, independent of async scheduling
|
dict(logprobs=2, presence_penalty=-1.0),
|
||||||
# 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