Skip to content

Commit 4527627

Browse files
committed
[Refactor] [1/N] to simplify the vLLM serving architecture
Signed-off-by: chaunceyjiang <[email protected]>
1 parent f6ad5a1 commit 4527627

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

vllm/entrypoints/serve/__init__.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@
44

55
from fastapi import FastAPI
66

7-
from vllm.logger import init_logger
8-
9-
logger = init_logger("vllm.entrypoints.serve")
10-
117

128
def register_vllm_serve_api_routers(app: FastAPI):
139
from vllm.entrypoints.serve.lora.api_router import (

0 commit comments

Comments
 (0)