Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
Signed-off-by: cheehook <[email protected]>
  • Loading branch information
cheehook committed Aug 28, 2024
1 parent 7d01cd9 commit caae834
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion llm_on_ray/inference/api_server_openai.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,14 @@ def router_application(deployments, model_list, max_ongoing_requests, max_num_se


def openai_serve_run(
deployments, model_list, host, route_prefix, application_name, port, max_ongoing_requests, max_num_seqs
deployments,
model_list,
host,
route_prefix,
application_name,
port,
max_ongoing_requests,
max_num_seqs,
):
router_app = router_application(deployments, model_list, max_ongoing_requests, max_num_seqs)

Expand Down

0 comments on commit caae834

Please sign in to comment.