Commit 7214300d authored by muyangli's avatar muyangli
Browse files

chore: fix the workflow of linux building

parent 65e3a557
......@@ -95,7 +95,7 @@ jobs:
cuda_version="12.4"
fi
if [[ "${{ matrix.torch }}" == "2.8" ]]; then
bash scripts/build_linux_wheel_torch2.8.sh ${{ matrix.python }} ${{ matrix.torch }} $cuda_version
bash scripts/build_linux_wheel_torch2.8.sh ${{ matrix.python }} ${{ matrix.torch }} 12.8
else
bash scripts/build_linux_wheel.sh ${{ matrix.python }} ${{ matrix.torch }} $cuda_version
fi
......
......@@ -69,7 +69,7 @@ jobs:
cuda_version="12.4"
fi
if [[ "${{ matrix.torch }}" == "2.8" ]]; then
bash scripts/build_linux_wheel_torch2.8.sh ${{ matrix.python }} ${{ matrix.torch }} $cuda_version
bash scripts/build_linux_wheel_torch2.8.sh ${{ matrix.python }} ${{ matrix.torch }} 12.8
else
bash scripts/build_linux_wheel.sh ${{ matrix.python }} ${{ matrix.torch }} $cuda_version
fi
......
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