Skip to content

Commit 563c1d7

Browse files
[CI/Build] Make Marlin Tests Green (#3753)
1 parent 9c82a1b commit 563c1d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/models/test_marlin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class ModelPair:
4747
@pytest.mark.parametrize("model_pair", model_pairs)
4848
@pytest.mark.parametrize("dtype", ["half"])
4949
@pytest.mark.parametrize("max_tokens", [32])
50-
@pytest.mark.parametrize("num_logprobs", [3])
50+
@pytest.mark.parametrize("num_logprobs", [5])
5151
def test_models(
5252
vllm_runner,
5353
example_prompts,

0 commit comments

Comments
 (0)