Skip to content

Commit

Permalink
Rerun tests
Browse files Browse the repository at this point in the history
Signed-off-by: Sourashis Roy <[email protected]>
  • Loading branch information
sroy745 committed Dec 20, 2024
1 parent c74b9bb commit 31ba41f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vllm/v1/worker/gpu_input_batch.py
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,6 @@ def _construct_prompt_tokens_tensor(
# TODO - Add a method in vllm/utils.py to pad a numpy array similar
# to make_tensor_with_pad which takes a list and move the logic
# there.

padded_prompts = np.full((self.num_reqs, max_prompt_len),
vocab_size,
dtype=np.int64)
Expand Down

0 comments on commit 31ba41f

Please sign in to comment.