Skip to content

Commit 6498189

Browse files
authored
[Docs] Fix True->true in supported_models.md (#17141)
1 parent 7a0a9da commit 6498189

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/source/models/supported_models.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1082,7 +1082,7 @@ See [this page](#generative-models) for more information on how to use generativ
10821082

10831083
:::{important}
10841084
Pan-and-scan image pre-processing is currently supported on V0 (but not V1).
1085-
You can enable it by passing `--mm-processor-kwargs '{"do_pan_and_scan": True}'`.
1085+
You can enable it by passing `--mm-processor-kwargs '{"do_pan_and_scan": true}'`.
10861086
:::
10871087

10881088
:::{warning}
@@ -1097,7 +1097,7 @@ V0 correctly implements the model's attention pattern:
10971097

10981098
V1 currently uses a simplified attention pattern:
10991099
- Uses causal attention for all tokens, including image tokens
1100-
- Generates reasonable outputs but does not match the original model's attention for text + image inputs, especially when `{"do_pan_and_scan": True}`
1100+
- Generates reasonable outputs but does not match the original model's attention for text + image inputs, especially when `{"do_pan_and_scan": true}`
11011101
- Will be updated in the future to support the correct behavior
11021102

11031103
This limitation exists because the model's mixed attention pattern (bidirectional for images, causal otherwise) is not yet supported by vLLM's attention backends.
@@ -1129,7 +1129,7 @@ To use Qwen2.5-Omni, you have to install Hugging Face Transformers library from
11291129
`pip install git+https://github.com/huggingface/transformers.git`.
11301130

11311131
Read audio from video pre-processing is currently supported on V0 (but not V1), because overlapping modalities is not yet supported in V1.
1132-
`--mm-processor-kwargs '{"use_audio_in_video": True}'`.
1132+
`--mm-processor-kwargs '{"use_audio_in_video": true}'`.
11331133
:::
11341134

11351135
### Pooling Models

0 commit comments

Comments
 (0)