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 two bugs in kv-cache backtrack loop (mlc-ai#856)
Fix two bugs in kv-cache pop loop
Bug 1: old code would stop early because output_ids was shortened in-place during the loop
Bug 2: off-by-one in backoff size due to break
0 commit comments