We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c9dc7c commit 840bcecCopy full SHA for 840bcec
.github/workflows/wheels_build.yml
@@ -32,7 +32,7 @@ env:
32
# you need at least cuda 5.0 for some of the stuff compiled here.
33
TORCH_CUDA_ARCH_LIST: ${{ contains(inputs.toolkit_type, 'cuda') && '7.5 8.0+PTX' || '' }}
34
HIP_ARCHITECTURES: ${{ contains(inputs.toolkit_type, 'rocm') && 'gfx90a gfx942' || '' }}
35
- MAX_JOBS: 2 # (FA3 is memory hungry!)
+ MAX_JOBS: ${{ contains(inputs.os, 'ubuntu') && '2' || '3' }} # (FA3 is memory hungry!)
36
DISTUTILS_USE_SDK: 1 # otherwise distutils will complain on windows about multiple versions of msvc
37
XFORMERS_BUILD_TYPE: "Release"
38
TWINE_USERNAME: __token__
0 commit comments