llama : second attempt to refactor vision API
This commit is contained in:
parent
2a458d1a9d
commit
0a81051ae2
20 changed files with 695 additions and 145 deletions
|
@ -21,6 +21,8 @@ struct llama_ubatch {
|
|||
int32_t * n_seq_id; // [n_seqs]
|
||||
llama_seq_id ** seq_id; // [n_seqs]
|
||||
int8_t * output; // [n_tokens]
|
||||
|
||||
struct ggml_tensor * embd_tensor;
|
||||
};
|
||||
|
||||
struct llama_sbatch_seq {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue