fixed bad merge

This commit is contained in:
Concedo 2025-05-03 11:43:01 +08:00
parent 0951ad9f58
commit b258e23003

View file

@ -355,10 +355,8 @@ void llama_kv_cache_unified::restore() {
void llama_kv_cache_unified::commit() {
if (pending.ranges.empty()) {
if (!recurrent) {
LLAMA_LOG_WARN("%s: no pending KV cache updates to commit - might indicate a bug (ref: %s)\n",
__func__, "https://github.com/ggml-org/llama.cpp/pull/12695");
}
return;
}