]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
spec : reset i_last when low acceptance streak occurs (#22168)
authorPaul Dubs <redacted>
Tue, 21 Apr 2026 18:29:07 +0000 (20:29 +0200)
committerGitHub <redacted>
Tue, 21 Apr 2026 18:29:07 +0000 (21:29 +0300)
commit72d693e4fbf0a188172951fe667d5e2f354ee438
treeb5ea38b7784e8111dd3097c97dcf37108d1f1aa0
parent98d2d2884e28ca8718774caad691ddd525f2f7b2
spec : reset i_last when low acceptance streak occurs (#22168)

By resetting i_last to zero, we will include the current context when rebuilding the speculative map.
common/speculative.cpp