[Doc] Reorganize Supported Models by Type (#6167)

This commit is contained in:
Roger Wang
2024-07-05 22:59:36 -07:00
committed by GitHub
parent bc96d5c330
commit 175c43eca4
2 changed files with 37 additions and 19 deletions

View File

@@ -3,7 +3,8 @@
Using VLMs
==========
vLLM provides experimental support for Vision Language Models (VLMs). This document shows you how to run and serve these models using vLLM.
vLLM provides experimental support for Vision Language Models (VLMs). See the :ref:`list of supported VLMs here <supported_vlms>`.
This document shows you how to run and serve these models using vLLM.
.. important::
We are actively iterating on VLM support. Expect breaking changes to VLM usage and development in upcoming releases without prior deprecation.