File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ jobs:
144
144
export LD_LIBRARY_PATH=/usr/local/nvidia/lib64:/usr/local/cuda/lib64:$LD_LIBRARY_PATH
145
145
# Limit MAX_JOBS otherwise the github runner goes OOM
146
146
# nvcc 11.8 can compile with 2 jobs, but nvcc 12.3 goes OOM
147
- MAX_JOBS=$([ "$MATRIX_CUDA_VERSION" == "128 " ] && echo 1 || echo 2) FLASH_ATTENTION_FORCE_BUILD="TRUE" FLASH_ATTENTION_FORCE_CXX11_ABI=${{ matrix.cxx11_abi}} python setup.py bdist_wheel --dist-dir=dist
147
+ MAX_JOBS=$([ "$MATRIX_CUDA_VERSION" == "129 " ] && echo 1 || echo 2) FLASH_ATTENTION_FORCE_BUILD="TRUE" FLASH_ATTENTION_FORCE_CXX11_ABI=${{ matrix.cxx11_abi}} python setup.py bdist_wheel --dist-dir=dist
148
148
tmpname=cu${WHEEL_CUDA_VERSION}torch${MATRIX_TORCH_VERSION}cxx11abi${{ matrix.cxx11_abi }}
149
149
wheel_name=$(ls dist/*whl | xargs -n 1 basename | sed "s/-/+$tmpname-/2")
150
150
ls dist/*whl |xargs -I {} mv {} dist/${wheel_name}
You can’t perform that action at this time.
0 commit comments