test: Enable logprobs top_k tests for remote::vllm

Signed-off-by: Yuan Tang <terrytangyuan@gmail.com>
This commit is contained in:
Yuan Tang 2025-02-13 13:40:56 -05:00
parent 8ff27b58fa
commit 1dd24460c8
No known key found for this signature in database

View file

@ -14,13 +14,7 @@ PROVIDER_TOOL_PROMPT_FORMAT = {
"remote::vllm": "json",
}
PROVIDER_LOGPROBS_TOP_K = set(
{
"remote::together",
"remote::fireworks",
# "remote:vllm"
}
)
PROVIDER_LOGPROBS_TOP_K = {"remote::together", "remote::fireworks", "remote::vllm"}
@pytest.fixture(scope="session")