This repository has been archived by the owner on Oct 25, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 211
[Optimization] Text-generation support qwen #513
Merged
Merged
Conversation
This file contains 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
Signed-off-by: Wenxin Zhang <[email protected]>
Signed-off-by: Wenxin Zhang <[email protected]>
* Support StreamingLLM on CPU Signed-off-by: zhenwei-intel <[email protected]>
Signed-off-by: changwangss <[email protected]> Signed-off-by: Wenxin Zhang <[email protected]> Signed-off-by: Wang, Chang <[email protected]> Co-authored-by: Wenxin Zhang <[email protected]>
Signed-off-by: changwangss <[email protected]>
* Fix ChatGLM2 model loading issue Signed-off-by: lvliang-intel <[email protected]>
Signed-off-by: Haihao Shen <[email protected]>
Signed-off-by: lvliang-intel <[email protected]> Co-authored-by: VincyZhang <[email protected]>
Signed-off-by: changwangss <[email protected]>
* support Memcpy2D * support gelu fusion --------- Co-authored-by: luoyu-intel <[email protected]>
Signed-off-by: Xin He <[email protected]>
* Update README.md to new added docker setup session Signed-off-by: Louie Tsai <[email protected]>
Signed-off-by: Haihao Shen <[email protected]>
Signed-off-by: Wang, Chang <[email protected]>
Signed-off-by: Haihao Shen <[email protected]>
Signed-off-by: Haihao Shen <[email protected]>
Signed-off-by: Haihao Shen <[email protected]>
Signed-off-by: Haihao Shen <[email protected]>
Signed-off-by: Haihao Shen <[email protected]>
hshen14
approved these changes
Oct 20, 2023
Signed-off-by: Louie Tsai <[email protected]>
convertion -> conversion Signed-off-by: Ikko Eltociear Ashimine <[email protected]>
Signed-off-by: Haihao Shen <[email protected]>
Signed-off-by: Haihao Shen <[email protected]>
Signed-off-by: Haihao Shen <[email protected]>
This reverts commit 5f4175a.
Signed-off-by: Haihao Shen <[email protected]>
Signed-off-by: ayushrakesh <[email protected]>
Signed-off-by: Surav Shrestha <[email protected]>
Signed-off-by: Aditya Aryaman Das <[email protected]>
VincyZhang
requested review from
VincyZhang,
lvliang-intel,
zhenwei-intel and
airMeng
as code owners
October 23, 2023 03:40
Unit Test failed with lines coverage decrease -0.064% |
VincyZhang
approved these changes
Oct 23, 2023
yes,it is as expected. qwen doesn't have tiny model to add ut. After qwen is officially included by transformers, the newly added code in generate dummy past-kv func can be deleted, the coverage will improve. |
hshen14
changed the title
Text-generation support qwen
[WIP] Text-generation support qwen
Oct 23, 2023
VincyZhang
changed the title
[WIP] Text-generation support qwen
[Optimize] Text-generation support qwen
Oct 23, 2023
VincyZhang
changed the title
[Optimize] Text-generation support qwen
[Optimization] Text-generation support qwen
Oct 23, 2023
VincyZhang
pushed a commit
that referenced
this pull request
Oct 26, 2023
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.
Type of Change
Qwen/Qwen-7B, Qwen/Qwen-14B, Qwen/Qwen-7B-Chat, Qwen/Qwen-14B-Chat pass,
optimum: huggingface/optimum#1470
optimum-intel: huggingface/optimum-intel#458
Description
detail description
JIRA ticket: xxx
Expected Behavior & Potential Risk
the expected behavior that triggered by this PR
How has this PR been tested?
how to reproduce the test (including hardware information)
Dependency Change?
any library dependency introduced or removed