Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
s5u13b committed Dec 5, 2024
1 parent 967881f commit 1965489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llumnix/entrypoints/vllm/api_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ async def generate_benchmark(request: Request) -> Response:
_ = request_dict.pop("stream", False)
sampling_params = SamplingParams(**request_dict)
request_id = random_uuid()

if llumnix_context.log_requests:
logger.info("entrypoints received request {}.".format(request_id))

Expand Down

0 comments on commit 1965489

Please sign in to comment.