Skip to content

Commit

Permalink
remove empty lines
Browse files Browse the repository at this point in the history
  • Loading branch information
maxdebayser committed Apr 1, 2024
1 parent 51ac737 commit 862beac
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions vllm/entrypoints/grpc/grpc_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -329,13 +329,11 @@ async def _validate_and_convert_params(
eos_token_id=self.tokenizer.eos_token_id
)
)


time_limit_millis = stopping.time_limit_millis
deadline = time.time(
) + time_limit_millis / 1000.0 if time_limit_millis > 0 else None


try:
sampling_params = SamplingParams(
logprobs=logprobs,
Expand Down

0 comments on commit 862beac

Please sign in to comment.