Skip to content

[Bug]: vllm serve for Qwen3-Reranker-8B, report warning and return no data.Β #21706

@MaoJianwei

Description

@MaoJianwei

Your current environment

vLLM API server version 0.10.1.dev73+g7728dd77b

πŸ› Describe the bug

Running cmd:
VLLM_CPU_OMP_THREADS_BIND="36-47" VLLM_USE_MODELSCOPE=1 VLLM_USE_V1=1 VLLM_CPU_KVCACHE_SPACE=32 vllm serve ~/Qwen3-Reranker-8B/ --served-model-name Qwen3-Reranker-8B --port 8080 --trust-remote-code

INFO:     Started server process [5675]
INFO:     Waiting for application startup.
INFO:     Application startup complete.
INFO:     10.112.41.17:10649 - "GET /v1/models HTTP/1.1" 200 OK
WARNING 07-28 04:05:12 [logger.py:71] To indicate that the rerank API is not part of the standard OpenAI API, we have located it at `/rerank`. Please update your client accordingly. (Note: Conforms to JinaAI rerank API)
INFO:     10.112.41.17:10900 - "POST /v1/rerank HTTP/1.1" 200 OK
INFO:     10.112.41.17:10941 - "POST /v1/rerank HTTP/1.1" 200 OK
INFO:     10.112.41.17:10950 - "POST /v1/rerank HTTP/1.1" 200 OK

VLLM reports the warning, and returns no data of reranked result.

Before submitting a new issue...

  • Make sure you already searched for relevant issues, and asked the chatbot living at the bottom right corner of the documentation page, which can answer lots of frequently asked questions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions