rework, targeting llama-server

This commit is contained in:
Xuan Son Nguyen
2025-02-14 18:16:49 +01:00
parent 4ed4fe75ed
commit f2e59a8eb9
10 changed files with 191 additions and 136 deletions

View File

@@ -554,10 +554,10 @@ void common_set_adapter_lora(struct llama_context * ctx, std::vector<common_adap
// Batch utils
//
void common_batch_clear(struct llama_batch & batch);
void common_batch_clear(struct llama_batch * batch);
void common_batch_add(
struct llama_batch & batch,
struct llama_batch * batch,
llama_token id,
llama_pos pos,
const std::vector<llama_seq_id> & seq_ids,