rename everywhere
This commit is contained in:
parent
bd0714b977
commit
ad38e87329
7 changed files with 355 additions and 331 deletions
|
@ -110,7 +110,7 @@ struct llama_context {
|
|||
struct ggml_tensor * inp_KQ_mask_cross; // F32 [n_outputs_enc, n_batch]
|
||||
|
||||
// vision
|
||||
clip_context vctx;
|
||||
llama_vision_context vctx;
|
||||
};
|
||||
|
||||
// TODO: make these methods of llama_context
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue