-
Notifications
You must be signed in to change notification settings - Fork 75
Fix cpu ut for transformers v5 #1333
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
Merged
+169
−64
Merged
Changes from 18 commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
dde4ba9
fix cpu ut for transformersv5
sys-lpot-val 735ca68
minor fix
sys-lpot-val 7d335a7
merge main
sys-lpot-val dafcc5f
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] f45be48
update issue link
sys-lpot-val f35e42a
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] e0c16ba
fix wf init
sys-lpot-val dbf8cb4
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] e0623fa
revert wf
sys-lpot-val b4f0108
fix mixed type
sys-lpot-val fc1a96b
fix copy out of meta tensor issue
WeiweiZhang1 a51ff10
fix copy out of meta tensor issue
WeiweiZhang1 6f3691a
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] e10c525
fix lm_eval import issue and update requirement to suit transformers …
xin3he 8b4f2d5
skip PhiConfig has no attribute 'pad_token_id'
sys-lpot-val c3fec96
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] a55841c
fix mixed type in qlinera_torch_zp
sys-lpot-val e725099
update no_init_weights import for gpt-oss
xin3he 85eb094
skip diffusers
sys-lpot-val a93c9e3
skip phiconfig
sys-lpot-val eb6d09e
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] d9a9e4e
update vllm and sglang to use git main branch
xin3he 8ca34fe
skip diffusers import
sys-lpot-val de7819f
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] ec19894
Merge branch 'main' into kaihui/v5_cpu_ut
Kaihui-intel 4bd8b48
set trust_remote_code=False for tiny-deepseek
xin3he fb21e4e
set pad_token_id to None in setup_llama4 for compatibility with Llama…
xin3he c4c74f0
fix
XuehaoSun 2ba863a
Merge branch 'main' into kaihui/v5_cpu_ut
n1ck-guo File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,2 @@ | ||
| auto-round-kernel | ||
| lm-eval | ||
| lm_eval @ git+https://github.com/EleutherAI/lm-evaluation-harness.git@main |
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.