mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-06-09 11:02:15 +08:00
[CI/Build] Make Marlin Tests Green (#3753)
This commit is contained in:
parent
9c82a1bec3
commit
563c1d7ec5
@ -47,7 +47,7 @@ model_pairs = [
|
|||||||
@pytest.mark.parametrize("model_pair", model_pairs)
|
@pytest.mark.parametrize("model_pair", model_pairs)
|
||||||
@pytest.mark.parametrize("dtype", ["half"])
|
@pytest.mark.parametrize("dtype", ["half"])
|
||||||
@pytest.mark.parametrize("max_tokens", [32])
|
@pytest.mark.parametrize("max_tokens", [32])
|
||||||
@pytest.mark.parametrize("num_logprobs", [3])
|
@pytest.mark.parametrize("num_logprobs", [5])
|
||||||
def test_models(
|
def test_models(
|
||||||
vllm_runner,
|
vllm_runner,
|
||||||
example_prompts,
|
example_prompts,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user