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 c5c0ec8 commit 3fa8369Copy full SHA for 3fa8369
tests/models/multimodal/generation/test_voxtral.py
@@ -73,7 +73,6 @@ def _get_prompt(audio_assets, question):
73
def test_models_with_multiple_audios(vllm_runner,
74
audio_assets: AudioTestAssets, dtype: str,
75
max_tokens: int, num_logprobs: int) -> None:
76
-
77
vllm_prompt = _get_prompt(audio_assets, MULTI_AUDIO_PROMPT)
78
run_multi_audio_test(
79
vllm_runner,
0 commit comments