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
448acad3
Unverified
Commit
448acad3
authored
Jul 07, 2025
by
Abirdcfly
Committed by
GitHub
Jul 07, 2025
Browse files
[Misc] remove unused jinaai_serving_reranking (#18878)
Signed-off-by:
Abirdcfly
<
fp544037857@gmail.com
>
parent
eb0b2d2f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
vllm/entrypoints/openai/api_server.py
vllm/entrypoints/openai/api_server.py
+0
-5
No files found.
vllm/entrypoints/openai/api_server.py
View file @
448acad3
...
...
@@ -1409,11 +1409,6 @@ async def init_app_state(
enable_serving_reranking
=
(
model_config
.
task
==
"classify"
and
getattr
(
model_config
.
hf_config
,
"num_labels"
,
0
)
==
1
)
state
.
jinaai_serving_reranking
=
ServingScores
(
engine_client
,
model_config
,
state
.
openai_serving_models
,
request_logger
=
request_logger
)
if
enable_serving_reranking
else
None
state
.
openai_serving_scores
=
ServingScores
(
engine_client
,
model_config
,
...
...
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