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_CPP] Enable batch size > 1 #905

Merged
merged 3 commits into from
Apr 18, 2024

Conversation

vshampor
Copy link
Contributor

Passing tensors with batch size > 1 should now be working, with batch indices corresponding to independent prompts and generation sequences. The association of KV-cache entries with individual sequences is done internally inside the llama.cpp implementation level.

@vshampor vshampor requested a review from a team as a code owner April 17, 2024 12:11
@github-actions github-actions bot added the category: build OpenVINO cmake script / infra label Apr 17, 2024
@ilya-lavrenov ilya-lavrenov merged commit c4b3ef9 into openvinotoolkit:master Apr 18, 2024
4 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: build OpenVINO cmake script / infra
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants