Skip to content

Commit

Permalink
[Bugfix][Frontend] remove duplicate init logger
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrifiro committed Jul 19, 2024
1 parent a5314e8 commit 7957d53
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions vllm/entrypoints/openai/api_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@
openai_serving_embedding: OpenAIServingEmbedding
openai_serving_tokenization: OpenAIServingTokenization

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

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


Expand Down

0 comments on commit 7957d53

Please sign in to comment.