You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Bugfix][MIMO Audio] Restore MAX_CODE2WAV_TOKENS cap and zero-row filter in async_chunk
The old llm2code2wav_full_payload truncated flat_codes at
MAX_CODE2WAV_TOKENS and filtered zero-padded codec rows via
_filter_zero_codec_rows before flattening. Both guards were lost when
the function was replaced with a delegation to llm2code2wav_async_chunk.
Restore them and drop the tensor-list-tensor round-trip.
Co-Authored-By: Claude <noreply@anthropic.com>
Signed-off-by: Nick Cao <ncao@redhat.com>
0 commit comments