Don't include padding in first token latency time#297
Merged
astachowiczhabana merged 1 commit intoJul 16, 2024
Conversation
astachowiczhabana
added a commit
that referenced
this pull request
Jul 16, 2024
Author
|
Unmatched PR |
xinyu-intel
pushed a commit
that referenced
this pull request
Mar 4, 2025
Change-Id: Ie1098cb7d75ee4c52290fde359769fd4cf2ece1b
astachowiczhabana
added a commit
that referenced
this pull request
May 26, 2025
…x7B (torch.compile) (v2) (#297) * [SW-224449] Add an option to specialize on float inputs for Mixtral 8x7B (torch.compile) (#286) * Add option to specialize_float in torch_dynamo for text-generation * update README for --dynamo_specialize_float * Update examples/text-generation/README.md Co-authored-by: Yaser Afshar <yaser.afshar@intel.com> * Update examples/text-generation/run_generation.py Co-authored-by: Yaser Afshar <yaser.afshar@intel.com> --------- Co-authored-by: Yaser Afshar <yaser.afshar@intel.com> Co-authored-by: Adam Stachowicz <105052242+astachowiczhabana@users.noreply.github.com> * Revert "[SW-224449] Add an option to specialize on float inputs for Mixtral 8…" (#296) This reverts commit 88579fb1ca3a369793e3713576b155e85a39d0a6. * Add an option to specialize on float inputs for Mixtral 8x7B (torch.compile) v2 --------- Co-authored-by: Yaser Afshar <yaser.afshar@intel.com> Co-authored-by: Adam Stachowicz <105052242+astachowiczhabana@users.noreply.github.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.
What does this PR do?
Fixes # (issue)
Before submitting