Skip to content

Commit

Permalink
[Bugfix] Config got an unexpected keyword argument 'engine' (#8556)
Browse files Browse the repository at this point in the history
  • Loading branch information
Juelianqvq authored Sep 20, 2024
1 parent 035fa89 commit 2874bac
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 2874bac

Please sign in to comment.