Skip to content

Commit

Permalink
llama : rename batch to ubatch (#9950)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
danbev authored Oct 22, 2024
1 parent 11d4705 commit 19d900a
Showing 1 changed file with 109 additions and 109 deletions.
Loading

0 comments on commit 19d900a

Please sign in to comment.