Skip to content

Commit

Permalink
workflow: update cuda build script
Browse files Browse the repository at this point in the history
  • Loading branch information
laiwenzh committed Dec 13, 2024
1 parent fb223b2 commit 47b8636
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/release/python_manylinux_build_cuda.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function repair_wheel {
echo "Skipping non-platform wheel $wheel"
else
# TODO: add lib path to build lib path
auditwheel repair "$wheel" --plat "$PLAT" -w ${REPO_ROOT}/python/wheelhouse/ --verbose
auditwheel repair "$wheel" --plat "$PLAT" -w ${REPO_ROOT}/python/wheelhouse/
fi
}

Expand All @@ -58,7 +58,7 @@ build_wheel_for_python() {
pip install -r ${REPO_ROOT}/python/requirements_dev_cuda.txt -i https://mirrors.aliyun.com/pypi/simple/
ln -sf ${REPO_ROOT}/python/dashinfer .
# python ${REPO_ROOT}/python/setup.py bdist_wheel
pip wheel ${REPO_ROOT}/python --no-deps -w ${REPO_ROOT}/python/wheelhouse/ --log wheel_log.txt
pip wheel ${REPO_ROOT}/python --no-deps -w ${REPO_ROOT}/python/wheelhouse/ --verbose

conda deactivate
# conda remove --name "$env_name" --all -y
Expand Down

0 comments on commit 47b8636

Please sign in to comment.