mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-07-17 16:19:46 +00:00
context : rename to llama_context_kv_self
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user