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

Blas-like Prompt Parallelization? (sequence processing mode) #55

Closed
paryska99 opened this issue May 10, 2023 · 1 comment · Fixed by #89
Closed

Blas-like Prompt Parallelization? (sequence processing mode) #55

paryska99 opened this issue May 10, 2023 · 1 comment · Fixed by #89

Comments

@paryska99
Copy link

Is it possible to make prompt processing faster with help of a gpu device, just like CuBLAS or ClBlast can with CPU hosted Llama models or other?

@saharNooby
Copy link
Collaborator

It is possible, but would require implementing sequence processing mode. Currently, only RNN mode is implemented, that is, processing token-by-token.

@saharNooby saharNooby changed the title Blas-like Prompt Parallelization? Blas-like Prompt Parallelization? (sequence processing mode) May 16, 2023
@saharNooby saharNooby linked a pull request Jun 4, 2023 that will close this issue
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 a pull request may close this issue.

2 participants