We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c51cfc commit 80f6f7dCopy full SHA for 80f6f7d
vllm/model_executor/layers/rotary_embedding.py
@@ -1329,8 +1329,8 @@ def _omni_get_input_positions_tensor(
1329
audio_llm_pos_ids_list = (torch.arange(
1330
min(t_ntoken_per_chunk, pure_audio_len -
1331
added_audio_len)).expand(3, -1) +
1332
- audio_start_idx).split(
1333
- 1, dim=1)
+ audio_start_idx).split(1,
+ dim=1)
1334
else:
1335
audio_llm_pos_ids_list = []
1336
added_audio_len += min(t_ntoken_per_chunk,
0 commit comments