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 403b481 commit e59ba9eCopy full SHA for e59ba9e
tests/models/multimodal/generation/test_common.py
@@ -152,6 +152,7 @@
152
video_idx_to_prompt=lambda idx: "<|vision_bos|><|VIDEO|><|vision_eos|>", # noqa: E501
153
max_model_len=4096,
154
max_num_seqs=2,
155
+ num_logprobs= 6 if current_platform.is_cpu() else 5,
156
auto_cls=AutoModelForTextToWaveform,
157
vllm_output_post_proc=model_utils.qwen2_vllm_to_hf_output,
158
patch_hf_runner=model_utils.qwen2_5_omni_patch_hf_runner,
0 commit comments