Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
19fab441
Unverified
Commit
19fab441
authored
Feb 15, 2026
by
Isotr0py
Committed by
GitHub
Feb 15, 2026
Browse files
[Doc] Update Encoder-Decoder models support doc with Florence-2 (#34581)
Signed-off-by:
Isotr0py
<
mozf@mail2.sysu.edu.cn
>
parent
79c7e092
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
docs/models/supported_models.md
docs/models/supported_models.md
+1
-0
docs/usage/v1_guide.md
docs/usage/v1_guide.md
+1
-0
No files found.
docs/models/supported_models.md
View file @
19fab441
...
...
@@ -181,6 +181,7 @@ Some model architectures are supported via vLLM plugins. These plugins extend vL
| Architecture | Models | Plugin Repository |
|--------------|--------|-------------------|
|
`BartForConditionalGeneration`
| BART |
[
bart-plugin
](
https://github.com/vllm-project/bart-plugin
)
|
|
`Florence2ForConditionalGeneration`
| Florence-2 |
[
bart-plugin
](
https://github.com/vllm-project/bart-plugin
)
|
For other model architectures not natively supported, in particular for Encoder-Decoder models, we recommend following a similar pattern by implementing support through the plugin system.
...
...
docs/usage/v1_guide.md
View file @
19fab441
...
...
@@ -137,6 +137,7 @@ Please note that prefix caching is not yet supported for any of the above models
Whisper is supported natively. Other encoder-decoder models are supported via the plugin system:
-
**BART**
:
`BartForConditionalGeneration`
is supported via the official
[
bart-plugin
](
https://github.com/vllm-project/bart-plugin
)
.
-
**Florence-2**
:
`Florence2ForConditionalGeneration`
is supported via the official
[
bart-plugin
](
https://github.com/vllm-project/bart-plugin
)
.
For other encoder-decoder models (e.g.,
`MllamaForConditionalGeneration`
), we recommend
following a similar pattern by implementing support through the
[
plugin system
](
../design/plugin_system.md
)
.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment