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
df3c0291
Unverified
Commit
df3c0291
authored
Mar 19, 2026
by
Wentao Ye
Committed by
GitHub
Mar 20, 2026
Browse files
[Bug] Fix EmbedIOprocessor "classify" <-> "embed" (#37573)
Signed-off-by:
yewentao256
<
zhyanwentao@126.com
>
parent
2be1a0f7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/entrypoints/pooling/io_processor_factories.py
vllm/entrypoints/pooling/io_processor_factories.py
+1
-1
No files found.
vllm/entrypoints/pooling/io_processor_factories.py
View file @
df3c0291
...
...
@@ -23,7 +23,7 @@ def init_pooling_io_processors(
if
"embed"
in
supported_tasks
:
from
vllm.entrypoints.pooling.embed.io_processor
import
EmbedIOProcessor
processors
.
append
((
"
classify
"
,
EmbedIOProcessor
))
processors
.
append
((
"
embed
"
,
EmbedIOProcessor
))
return
{
task
:
processor_cls
(
...
...
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