Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

llama : rename missed batch params/vars to ubatch #10059

Merged
merged 1 commit into from
Jan 6, 2025

Conversation

danbev
Copy link
Collaborator

@danbev danbev commented Oct 26, 2024

This commit renames the batch parameter to ubatch in the llama_kv_cache_find_slot, llm_build_inp_embd, and llm_build_mamba functions.

The motivation for this is that this should have been done as part of Commit 19d900a ("llama : rename batch to ubatch (#9950)") but for some reason I missed these functions in that commit and only noticed them now (sorry).

This commit renames the `batch` parameter to `ubatch` in the
`llama_kv_cache_find_slot`, `llm_build_inp_embd`, and
`llm_build_mamba` functions.

The motivation for this is that this should have been done as part of
Commit 19d900a ("llama : rename batch
to ubatch (ggerganov#9950)") but for some reason I missed these functions in
that commit and only noticed them now (sorry).
@ggerganov ggerganov merged commit 6369f86 into ggerganov:master Jan 6, 2025
48 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants