Skip to content

Commit

Permalink
[Doc] Fix incorrect docs from vllm-project#7615 (vllm-project#7788)
Browse files Browse the repository at this point in the history
  • Loading branch information
petersalas authored Aug 22, 2024
1 parent d3b5b98 commit 57792ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/source/models/supported_models.rst
Original file line number Diff line number Diff line change
Expand Up @@ -234,10 +234,10 @@ Multimodal Language Models
- Image
- :code:`openbmb/MiniCPM-V-2` (see note), :code:`openbmb/MiniCPM-Llama3-V-2_5`, :code:`openbmb/MiniCPM-V-2_6`, etc.
-
* - :code: `UltravoxModel`
* - :code:`UltravoxModel`
- Ultravox
- Audio
- :code: `fixie-ai/ultravox-v0_3`
- :code:`fixie-ai/ultravox-v0_3`
-

.. note::
Expand Down
2 changes: 1 addition & 1 deletion examples/offline_inference_audio_language.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""
This example shows how to use vLLM for running offline inference
with the correct prompt format on vision language models.
with the correct prompt format on audio language models.
For most models, the prompt format should follow corresponding examples
on HuggingFace model repository.
Expand Down

0 comments on commit 57792ed

Please sign in to comment.