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

Commit

Permalink
for test
Browse files Browse the repository at this point in the history
  • Loading branch information
chensuyue committed Jul 3, 2024
1 parent 152659f commit 1b4d8b1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/script/install_binary.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
#!/bin/bash
set -x
source /intel-extension-for-transformers/.github/workflows/script/change_color.sh

cd /intel-extension-for-transformers
git tag
export CMAKE_ARGS="-DNE_DNNL_CACHE_DIR=/cache"
pip install -U pip
pip install -r requirements.txt
Expand All @@ -10,7 +12,8 @@ git config --global --add safe.directory "*"
git submodule update --init --recursive


$BOLD_YELLOW && echo "---------------- run python setup.py sdist bdist_wheel -------------" && $RESET
$BOLD_YELLOW && echo "---------------- run python setup.py bdist_wheel -------------" && $RESET
git fetch --tags
python setup.py bdist_wheel


Expand Down

0 comments on commit 1b4d8b1

Please sign in to comment.