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 blinkbear committed Jun 3, 2024
1 parent 6dd49b6 commit 86d5789
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 @@ -36,7 +36,7 @@
openai_serving_completion: OpenAIServingCompletion
openai_serving_embedding: OpenAIServingEmbedding

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

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

Expand Down

0 comments on commit 86d5789

Please sign in to comment.