-
Notifications
You must be signed in to change notification settings - Fork 626
Fix lookahead decoding cache buffer size #12725
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
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/12725
Note: Links to docs will display an error until the docs builds have been completed. ❗ 1 Active SEVsThere are 1 currently active SEVs. If your PR is affected, please view them below: ✅ You can merge normally! (1 Unrelated Failure)As of commit 831688b with merge base 56b0074 ( BROKEN TRUNK - The following job failed but were present on the merge base:👉 Rebase onto the `viable/strict` branch to avoid these failures
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This pull request was exported from Phabricator. Differential Revision: D78759433 |
This PR needs a
|
Summary: For n-grams we are only storing the suffixes of size n-1. Over sizing the buffer here leads to subsequent memcpy copying too much. Reviewed By: limintang, billmguo Differential Revision: D78759433
This pull request was exported from Phabricator. Differential Revision: D78759433 |
Differential Revision: D78759433 Pull Request resolved: pytorch#12725
Summary: For n-grams we are only storing the suffixes of size n-1. Over sizing the buffer here leads to subsequent memcpy copying too much.
Differential Revision: D78759433