Unverified Commit 43eea295 authored by Woosuk Kwon's avatar Woosuk Kwon Committed by GitHub
Browse files

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


Signed-off-by: default avatarWoosuk Kwon <woosuk.kwon@berkeley.edu>
parent de7eb10c
......@@ -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,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment