Skip to content

Commit

Permalink
remove useless code
Browse files Browse the repository at this point in the history
  • Loading branch information
brosoul committed Nov 12, 2024
1 parent 9927ce6 commit 2e74b9c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions vllm/entrypoints/openai/api_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -533,9 +533,6 @@ def signal_handler(*_) -> None:
app = build_app(args)

model_config = await engine_client.get_model_config()
logger.info(">>>>>>>>>>>>")
logger.info(model_config)
logger.info(">>>>>>>>>>>>")
init_app_state(engine_client, model_config, app.state, args)

temp_socket.close()
Expand Down

0 comments on commit 2e74b9c

Please sign in to comment.