Skip to content

Commit 99b1574

Browse files
committed
🐛 Fix socket configuration for server
Signed-off-by: Gaurav-Kumbhat <Gaurav.Kumbhat@ibm.com>
1 parent 8a5b3c2 commit 99b1574

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm_detector_adapter/start_with_tgis_adapter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ async def start_servers(args: argparse.Namespace) -> None:
116116
vllm_server = await build_http_server(args, engine)
117117

118118
http_server_task = loop.create_task(
119-
run_http_server(args, engine),
119+
run_http_server(args, engine, sock),
120120
name="http_server",
121121
)
122122
# The http server task will catch interrupt signals for us

0 commit comments

Comments
 (0)