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
memory : fix broken batch splits for recurrent cache (ggml-org#14575)
Splits producing more than one ubatch per batch for recurrent models
were broken with ggml-org#14512.
This fixes it by moving the completeness check after the ubatch split loop.
0 commit comments