mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-11 01:24:36 +00:00
Merge branch 'upstream' into concedo
# Conflicts: # README.md # llama.cpp # otherarch/sdcpp/SDCPP_LICENSE # scripts/sync-ggml-am.sh # scripts/sync-ggml.sh
This commit is contained in:
commit
df596aeef3
1 changed files with 1 additions and 0 deletions
|
@ -16180,6 +16180,7 @@ size_t llama_state_seq_load_file(struct llama_context * ctx, const char * filepa
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void printcache(struct llama_context * ctx)
|
void printcache(struct llama_context * ctx)
|
||||||
{
|
{
|
||||||
struct llama_kv_cache & cache = ctx->kv_self;
|
struct llama_kv_cache & cache = ctx->kv_self;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue