mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-13 02:19:41 +00:00
parent
5dd942de59
commit
745f11fed0
6 changed files with 32 additions and 4 deletions
|
@ -218,7 +218,7 @@ bool llama_memory_hybrid_context::next() {
|
|||
}
|
||||
|
||||
bool llama_memory_hybrid_context::apply() {
|
||||
assert(status == LLAMA_MEMORY_STATUS_SUCCESS);
|
||||
assert(!llama_memory_status_is_fail(status));
|
||||
|
||||
bool res = true;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue