Skip to content

Commit

Permalink
[Bugfix] Fix call to init_logger in openai server (vllm-project#4765)
Browse files Browse the repository at this point in the history
  • Loading branch information
NadavShmayo authored and joerunde committed Jun 4, 2024
1 parent 18a4a37 commit 78beb36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vllm/entrypoints/openai/api_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
openai_serving_embedding: OpenAIServingEmbedding
async_llm_engine: AsyncLLMEngine

logger = init_logger(__name__)
logger = init_logger('vllm.entrypoints.openai.api_server')

_running_tasks: Set[asyncio.Task] = set()

Expand Down

0 comments on commit 78beb36

Please sign in to comment.