context : rename to llama_context_kv_self

This commit is contained in:
Georgi Gerganov
2025-02-12 17:16:44 +02:00
parent 6ee86e5e0f
commit fbe6a07256
5 changed files with 102 additions and 98 deletions

View File

@ -2,6 +2,9 @@
#include <cstdint>
// note: do not add high-level objects here, such as llama_context, llama_kv_cache, etc.
// not sure about llama_batch/llama_sbatch yet
struct ggml_cgraph;
struct ggml_context;
struct ggml_tensor;