Skip to content

Commit

Permalink
[Bugfix][Frontend] remove duplicate init logger (vllm-project#6581)
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrifiro authored and gnpinkert committed Jul 26, 2024
1 parent e502369 commit 069abdf
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 069abdf

Please sign in to comment.