mirror of
https://github.com/vllm-project/vllm.git
synced 2025-10-20 14:53:52 +08:00
[Bugfix] Config got an unexpected keyword argument 'engine' (#8556)
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user