We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34e3fb1 commit fa91aa4Copy full SHA for fa91aa4
.github/workflows/_build.yml
@@ -162,7 +162,7 @@ jobs:
162
export FLASH_ATTENTION_FORCE_CXX11_ABI=${{ inputs.cxx11-abi }}
163
164
# 5h timeout since GH allows max 6h and we want some buffer
165
- timeout 5m python setup.py bdist_wheel --dist-dir=dist || EXIT_CODE=$?
+ timeout 5h python setup.py bdist_wheel --dist-dir=dist || EXIT_CODE=$?
166
167
if [ $EXIT_CODE -eq 0 ]; then
168
tmpname=cu${WHEEL_CUDA_VERSION}torch${MATRIX_TORCH_VERSION}cxx11abi${{ inputs.cxx11-abi }}
0 commit comments