Skip to content

Commit

Permalink
Place them under Models for now
Browse files Browse the repository at this point in the history
Signed-off-by: DarkLight1337 <[email protected]>
  • Loading branch information
DarkLight1337 committed Dec 2, 2024
1 parent b9dd634 commit 11fbad1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -93,15 +93,15 @@ Documentation
:caption: Models

models/supported_models
models/generative_models
models/pooling_models
models/adding_model
models/enabling_multimodal_inputs

.. toctree::
:maxdepth: 1
:caption: Usage

usage/generative_models
usage/pooling_models
usage/lora
usage/multimodal_inputs
usage/structured_outputs
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.. _generative_models:

Using Generative Models
=======================
Generative Models
=================

vLLM provides first-class support for generative models, which covers most of LLMs.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.. _pooling_models:

Using Pooling Models
====================
Pooling Models
==============

vLLM also supports pooling models, including embedding, reranking and reward models.

Expand Down

0 comments on commit 11fbad1

Please sign in to comment.