remove todo for logprobs and penalty combo

Signed-off-by: zhuhaoran <zhuhaoran.zhr@alibaba-inc.com>
This commit is contained in:
zhuhaoran 2025-12-23 22:06:51 +08:00
parent 8d339e86e5
commit 9b1a8cc76a

View File

@ -106,8 +106,7 @@ def test_with_spec_decoding(monkeypatch: pytest.MonkeyPatch):
dict(presence_penalty=-1.0),
dict(bad_words=["the", " the"]),
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,