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 9d39f99
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vllm/entrypoints/openai/api_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@

TIMEOUT_KEEP_ALIVE = 5 # seconds

logger = init_logger(__name__)
engine: AsyncLLMEngine
engine_args: AsyncEngineArgs
openai_serving_chat: OpenAIServingChat
Expand Down

0 comments on commit 9d39f99

Please sign in to comment.