Skip to content
This repository was archived by the owner on Sep 4, 2025. It is now read-only.

Commit 57792ed

Browse files
authored
[Doc] Fix incorrect docs from vllm-project#7615 (vllm-project#7788)
1 parent d3b5b98 commit 57792ed

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/source/models/supported_models.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,10 +234,10 @@ Multimodal Language Models
234234
- Image
235235
- :code:`openbmb/MiniCPM-V-2` (see note), :code:`openbmb/MiniCPM-Llama3-V-2_5`, :code:`openbmb/MiniCPM-V-2_6`, etc.
236236
-
237-
* - :code: `UltravoxModel`
237+
* - :code:`UltravoxModel`
238238
- Ultravox
239239
- Audio
240-
- :code: `fixie-ai/ultravox-v0_3`
240+
- :code:`fixie-ai/ultravox-v0_3`
241241
-
242242

243243
.. note::

examples/offline_inference_audio_language.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""
22
This example shows how to use vLLM for running offline inference
3-
with the correct prompt format on vision language models.
3+
with the correct prompt format on audio language models.
44
55
For most models, the prompt format should follow corresponding examples
66
on HuggingFace model repository.

0 commit comments

Comments
 (0)