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

@ -368,6 +368,7 @@ struct llama_model {
const struct ggml_tensor * get_tensor(const char * name) const;
// TODO: add encode/decode graphs
// TODO: return a struct containing the graph and the output tensors, such as logits, embeddings, etc.
ggml_cgraph * build_graph(
llama_graph_i & lgf,
const llama_cparams & cparams,