mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-01-25 09:14:29 +08:00
[Bugfix] Config got an unexpected keyword argument 'engine' (#8556)
This commit is contained in:
parent
035fa895ec
commit
2874bac618
@ -121,7 +121,6 @@ async def run_server(args: Namespace,
|
||||
|
||||
shutdown_task = await serve_http(
|
||||
app,
|
||||
engine=engine,
|
||||
host=args.host,
|
||||
port=args.port,
|
||||
log_level=args.log_level,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user