Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

Commit

Permalink
use manylinux whl
Browse files Browse the repository at this point in the history
Signed-off-by: Wenxin Zhang <[email protected]>
  • Loading branch information
VincyZhang committed Jan 18, 2024
1 parent 3051b03 commit 294ffb5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/scripts/install_binary.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ git submodule update --init --recursive

$BOLD_YELLOW && echo "---------------- run python setup.py sdist bdist_wheel -------------" && $RESET
python setup.py bdist_wheel
pip install auditwheel==5.1.2
auditwheel repair dist/neural_speed*.whl


$BOLD_YELLOW && echo "---------------- pip install binary -------------" && $RESET
Expand Down

0 comments on commit 294ffb5

Please sign in to comment.