This repository was archived by the owner on Jun 3, 2025. It is now read-only.
[Text Generation] Automatically benchmark in auto-regressive setting#1142
Merged
Conversation
bfineran
previously approved these changes
Jul 24, 2023
bfineran
left a comment
Contributor
There was a problem hiding this comment.
LGTM pending more testing from @dbogunowicz
Contributor
Author
|
Ran a quite exhaustive set of manual tests specified in #1083, all looking good. |
bfineran
previously approved these changes
Jul 26, 2023
dbogunowicz
commented
Aug 1, 2023
bfineran
previously approved these changes
Aug 1, 2023
Contributor
|
Just as a heads up, I'm making my benchmarking script depend on this PR so please let me know when you merge/if anything changes. Thanks for this utility @dbogunowicz it couldn't have come at a better time |
…e_length is passed
e2d19aa to
709853d
Compare
bfineran
previously approved these changes
Aug 23, 2023
ProExpertProg
left a comment
Contributor
There was a problem hiding this comment.
Few more type annotation things but looking great!
bfineran
approved these changes
Aug 24, 2023
ProExpertProg
approved these changes
Aug 24, 2023
ProExpertProg
left a comment
Contributor
There was a problem hiding this comment.
LGTM! Thanks Damian
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
When benchmarking an LLM, assert that input_ids length is one, so that benchmarks emulate the correct data.
Manual Testing