Skip to content

Commit 840bcec

Browse files
authored
wheels/windows timeout (#1309)
* wheels/windows timeout Try building with `MAX_JOBS=3` * Update wheels_build.yml
1 parent 8c9dc7c commit 840bcec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ env:
3232
# you need at least cuda 5.0 for some of the stuff compiled here.
3333
TORCH_CUDA_ARCH_LIST: ${{ contains(inputs.toolkit_type, 'cuda') && '7.5 8.0+PTX' || '' }}
3434
HIP_ARCHITECTURES: ${{ contains(inputs.toolkit_type, 'rocm') && 'gfx90a gfx942' || '' }}
35-
MAX_JOBS: 2 # (FA3 is memory hungry!)
35+
MAX_JOBS: ${{ contains(inputs.os, 'ubuntu') && '2' || '3' }} # (FA3 is memory hungry!)
3636
DISTUTILS_USE_SDK: 1 # otherwise distutils will complain on windows about multiple versions of msvc
3737
XFORMERS_BUILD_TYPE: "Release"
3838
TWINE_USERNAME: __token__

0 commit comments

Comments
 (0)