mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-12 18:09:42 +00:00
fixed bad merge
This commit is contained in:
parent
0951ad9f58
commit
b258e23003
1 changed files with 0 additions and 2 deletions
|
@ -355,10 +355,8 @@ void llama_kv_cache_unified::restore() {
|
||||||
|
|
||||||
void llama_kv_cache_unified::commit() {
|
void llama_kv_cache_unified::commit() {
|
||||||
if (pending.ranges.empty()) {
|
if (pending.ranges.empty()) {
|
||||||
if (!recurrent) {
|
|
||||||
LLAMA_LOG_WARN("%s: no pending KV cache updates to commit - might indicate a bug (ref: %s)\n",
|
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");
|
__func__, "https://github.com/ggml-org/llama.cpp/pull/12695");
|
||||||
}
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue