We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c82a1b commit 563c1d7Copy full SHA for 563c1d7
tests/models/test_marlin.py
@@ -47,7 +47,7 @@ class ModelPair:
47
@pytest.mark.parametrize("model_pair", model_pairs)
48
@pytest.mark.parametrize("dtype", ["half"])
49
@pytest.mark.parametrize("max_tokens", [32])
50
-@pytest.mark.parametrize("num_logprobs", [3])
+@pytest.mark.parametrize("num_logprobs", [5])
51
def test_models(
52
vllm_runner,
53
example_prompts,
0 commit comments