-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
[Kernel][Core][WIP] Tree attention and parallel decoding #4325
base: main
Are you sure you want to change the base?
Conversation
@yukavio great work, will you continue work on this PR. |
|
This pull request has been automatically marked as stale because it has not had any activity within 90 days. It will be automatically closed if no further activity occurs within 30 days. Leave a comment if you feel this pull request should remain open. Thank you! |
This pull request has merge conflicts that must be resolved before it can be |
The implementation of tree attention which will been used for accelerating the speculative decodign and parallel decoding (with sampling params:
n
lager than 1 and beam_search = false. Theoretically, the case where beam_search=True can also be implemented, but it has not been implemented yet in this PR.)