llama : support optional tensors (#4283)
This commit is contained in:
parent
b220222a64
commit
d5a1cbde60
2 changed files with 10 additions and 25 deletions
|
@ -1469,7 +1469,7 @@ struct llama_server_context
|
|||
|
||||
int split_multiprompt_task(task_server& multiprompt_task)
|
||||
{
|
||||
auto prompt_count = multiprompt_task.data.at("prompt").size();
|
||||
int prompt_count = multiprompt_task.data.at("prompt").size();
|
||||
assert(prompt_count > 1);
|
||||
|
||||
int multitask_id = id_gen++;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue