SIGN IN SIGN UP

llama : rename batch to ubatch (#9950)

This commit renames the member field batch in llm_build_context to
ubatch, and also the parameter batch in llama_build_graph, and
llama_set_inputs to ubatch.

The motivation for this change is to make the code more readable
(considering there are the structs llama_batch and llama_sbatch), and
consistent with other parts of the code base where parameters/fields of
type llama_ubatch are named ubatch.
D
Daniel Bevenius committed
19d900a7565b8f6b0a708836a57d26966cb9efe2
Parent: 11d4705
Committed by GitHub <noreply@github.com> on 10/22/2024, 1:31:06 PM