[Bugfix] Fix dtype mismatch in PaliGemma (#6367)
This commit is contained in:
@@ -129,7 +129,7 @@ def run_test(
|
||||
[0.25, 0.5, 1.0],
|
||||
],
|
||||
)
|
||||
@pytest.mark.parametrize("dtype", ["float"])
|
||||
@pytest.mark.parametrize("dtype", ["float", "half"])
|
||||
@pytest.mark.parametrize("max_tokens", [128])
|
||||
@pytest.mark.parametrize("num_logprobs", [5])
|
||||
def test_models(hf_runner, vllm_runner, image_assets, model, size_factors,
|
||||
|
||||
Reference in New Issue
Block a user