Skip to content
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 27 commits into from
Nov 11, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions requirements-hpu.txt
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
3 changes: 3 additions & 0 deletions test/test_auto_round_hpu_only.py
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
Copy link
Contributor

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