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