Merged
Conversation
1 task
p-e-w
reviewed
May 26, 2024
3 tasks
Contributor
Author
|
@oobabooga Ready for merge |
p-e-w
approved these changes
May 31, 2024
Contributor
p-e-w
left a comment
There was a problem hiding this comment.
Looks good now! Probably makes sense to merge this before DRY is merged into master.
|
LGTM. Seems @p-e-w is also good with it. What's your view @oobabooga ? It is an improvement over the original. If further optimization turns out to be necessary, such can be done in separate PRs. |
Contributor
|
Good to see the performance issues being solved. Seems like it might be worthwhile to integrate this into Exllamav2 / TabbyAPI now as well? |
Owner
|
Thanks for the reviews, merging now before merging DRY to the main branch. |
PoetOnTheRun
pushed a commit
to PoetOnTheRun/text-generation-webui
that referenced
this pull request
Oct 22, 2024
gitzaidi
referenced
this pull request
in aphrodite-engine/aphrodite-engine
Dec 1, 2024
* Add Debug Statements * Test Token Fix * Remove Debug Statements * perform concat after checking for 0 multipliers --------- Co-authored-by: AlpinDale <alpindale@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

I was asked by @p-e-w to split some of the changes from #6047 into a separate PR here.
This PR contains the data type performance improvement for DRY, and a minor fix to prevent crash on large repetitive inputs.
Edit: now also contains change to cap the max match length to 50
See the main PR for more info.
Checklist: