Skip to content

Commit

Permalink
remove blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
malkomes committed Feb 28, 2025
1 parent 8afd1d0 commit 34af355
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vllm/model_executor/models/qwen2_5_vl.py
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,6 @@ def remove_duplicates_cpu(a):
device=hidden_states.device,
dtype=grid_thw.dtype
if torch.jit.is_tracing() else torch.int32)

cu_window_seqlens = torch.unique_consecutive(cu_window_seqlens)

seq_len, _ = hidden_states.size()
Expand Down

0 comments on commit 34af355

Please # to comment.