diff --git a/src/llama.cpp b/src/llama.cpp index 108b642b..63a01813 100644 --- a/src/llama.cpp +++ b/src/llama.cpp @@ -19652,7 +19652,6 @@ static int32_t llama_kv_cache_update_internal(struct llama_context & lctx) { LLAMA_LOG_ERROR("%s: failed to allocate compute buffers\n", __func__); } } - return 0; }