Skip to content

Commit

Permalink
[CI/Build] Make Marlin Tests Green (#3753)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertgshaw2-neuralmagic authored Mar 31, 2024
1 parent 9c82a1b commit 563c1d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/models/test_marlin.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class ModelPair:
@pytest.mark.parametrize("model_pair", model_pairs)
@pytest.mark.parametrize("dtype", ["half"])
@pytest.mark.parametrize("max_tokens", [32])
@pytest.mark.parametrize("num_logprobs", [3])
@pytest.mark.parametrize("num_logprobs", [5])
def test_models(
vllm_runner,
example_prompts,
Expand Down

0 comments on commit 563c1d7

Please sign in to comment.