Commit 65e3a557 authored by muyangli's avatar muyangli
Browse files

chore: fix the wheel building

parent 45afb58b
......@@ -94,7 +94,6 @@ jobs:
else
cuda_version="12.4"
fi
bash scripts/build_linux_wheel.sh ${{ matrix.python }} ${{ matrix.torch }} $cuda_version
if [[ "${{ matrix.torch }}" == "2.8" ]]; then
bash scripts/build_linux_wheel_torch2.8.sh ${{ matrix.python }} ${{ matrix.torch }} $cuda_version
else
......
......@@ -68,7 +68,6 @@ jobs:
else
cuda_version="12.4"
fi
bash scripts/build_linux_wheel.sh ${{ matrix.python }} ${{ matrix.torch }} $cuda_version
if [[ "${{ matrix.torch }}" == "2.8" ]]; then
bash scripts/build_linux_wheel_torch2.8.sh ${{ matrix.python }} ${{ matrix.torch }} $cuda_version
else
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment