Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/models/pooling_models.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Pooling Models
# Pooling

vLLM also supports pooling models, such as embedding, classification and reward models.

Expand All @@ -11,6 +11,8 @@ before returning them.

We are now planning to optimize pooling models in vLLM. Please comment on <https://github.com/vllm-project/vllm/issues/21796> if you have any suggestions!

## Overall

## Configuration

### Model Runner
Expand Down