We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 289643a commit 8ad2ebcCopy full SHA for 8ad2ebc
1 file changed
.github/workflows/wheels.yml
@@ -72,6 +72,7 @@ jobs:
72
# of RAM and OOMs while building if we give it the default number of
73
# workers (2 * NUM_CPUs).
74
export CIBW_ENVIRONMENT="MAX_JOBS=4 \
75
+ TRITON_EXT_ENABLED \
76
TRITON_BUILD_WITH_CLANG_LLD=1"
77
78
# required to build Python 3.14 with cibuildwheel 2.23.3
0 commit comments