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 Jun 1, 2024
1 parent e37d9a1 commit 9db2b4b
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 9db2b4b

Please sign in to comment.