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
fix(mtmd): prevent batch splitting by capping n_batch to n_ubatch
Ensure n_batch does not exceed n_ubatch to prevent llama_decode from
splitting the batch, which would break M-RoPE positional embeddings
during image chunk decoding.
0 commit comments