Skip to content

Commit

Permalink
[Bugfix] Config got an unexpected keyword argument 'engine' (vllm-pro…
Browse files Browse the repository at this point in the history
…ject#8556)

Signed-off-by: Amit Garg <mitgarg17495@gmail.com>
  • Loading branch information
Juelianqvq authored and garg-amit committed Oct 28, 2024
1 parent 452607b commit d814bb8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vllm/entrypoints/api_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit d814bb8

Please sign in to comment.