-
Notifications
You must be signed in to change notification settings - Fork 29
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
HPU only release binary #302
Merged
Merged
Changes from 2 commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
4db14d2
add requirements for hpu
yiliu30 98467a6
add simple imports test
yiliu30 505f2b2
Merge branch 'main' into hpu_only_pkg
XuehaoSun 98eab5e
Merge branch 'main' into hpu_only_pkg
yiliu30 70b3551
Add hpu version (#308)
XuehaoSun e8d72ab
refine the pkg import relationship
yiliu30 4af5f99
add numba and tbb to hpu requirements
yiliu30 696a1f5
revert last two commits
yiliu30 7143893
refine the imports
yiliu30 c011e12
add numba and tbb for hpu-only
yiliu30 b15e118
add default cfg_key
yiliu30 f226cee
Merge branch 'main' into hpu_only_pkg
yiliu30 bc262a8
Merge branch 'main' into hpu_only_pkg
yiliu30 88039ad
fix hpu test
XuehaoSun a3d5b87
test auto round hpu only
yiliu30 ba41dbe
fix docker
XuehaoSun bf5ee52
Merge branch 'main' into hpu_only_pkg
yiliu30 9f41657
remove UT container
XuehaoSun 61c24b0
fix export format check
yiliu30 7aeddd2
refine the import
yiliu30 e4442a3
correct name
yiliu30 76d30e1
rename var
yiliu30 d96fc2a
Merge branch 'main' into hpu_only_pkg
yiliu30 f2c0ac3
debug import issue
yiliu30 37f96fe
fix the includes
yiliu30 95dcfd2
revert debug commits
yiliu30 a19c7e9
include the subfolder of auto_round_extension
yiliu30 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 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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
accelerate | ||
datasets | ||
py-cpuinfo | ||
sentencepiece | ||
transformers | ||
numpy < 2.0 | ||
tqdm | ||
packaging | ||
pillow |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
def test_import(): | ||
from auto_round import AutoRound | ||
from auto_round.export.export_to_itrex.export import export_to_itrex | ||
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@WeiweiZhang1 the import is very confusing, better rename one of them