mirror of
https://github.com/ikawrakow/ik_llama.cpp.git
synced 2026-01-30 19:19:57 +00:00
Introduces caching of GGML graph to avoid unnecessary full rebuild between each token. KV cache parameters, which change with each token, are updated directly in cached GGML graph. Can be disabled with GGML_DISABLE_GRAPH_CACHING environment variable.