Skip to content

Commit 80f6f7d

Browse files
WoosukKwonwuisawesome
authored andcommitted
[Minor] Fix lint error in main branch (vllm-project#17233)
Signed-off-by: Woosuk Kwon <woosuk.kwon@berkeley.edu>
1 parent 7c51cfc commit 80f6f7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vllm/model_executor/layers/rotary_embedding.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1329,8 +1329,8 @@ def _omni_get_input_positions_tensor(
13291329
audio_llm_pos_ids_list = (torch.arange(
13301330
min(t_ntoken_per_chunk, pure_audio_len -
13311331
added_audio_len)).expand(3, -1) +
1332-
audio_start_idx).split(
1333-
1, dim=1)
1332+
audio_start_idx).split(1,
1333+
dim=1)
13341334
else:
13351335
audio_llm_pos_ids_list = []
13361336
added_audio_len += min(t_ntoken_per_chunk,

0 commit comments

Comments
 (0)