[Minor] Fix lint error in main branch (#17233)

Signed-off-by: Woosuk Kwon <woosuk.kwon@berkeley.edu>
This commit is contained in:
Woosuk Kwon 2025-04-26 11:10:14 -07:00 committed by GitHub
parent de7eb10ce4
commit 43eea2953b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1329,8 +1329,8 @@ class MRotaryEmbedding(RotaryEmbedding):
audio_llm_pos_ids_list = (torch.arange(
min(t_ntoken_per_chunk, pure_audio_len -
added_audio_len)).expand(3, -1) +
audio_start_idx).split(
1, dim=1)
audio_start_idx).split(1,
dim=1)
else:
audio_llm_pos_ids_list = []
added_audio_len += min(t_ntoken_per_chunk,