Skip to content

Commit f116054

Browse files
authored
TE multithread build (#1009)
1 parent f808df5 commit f116054

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/container/Dockerfile.jax

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ pip install ninja && rm -rf ~/.cache/pip
6262
# TransformerEngine now needs JAX at build time
6363
git-clone.sh ${URLREF_TRANSFORMER_ENGINE} ${SRC_PATH_TRANSFORMER_ENGINE}
6464
pushd ${SRC_PATH_TRANSFORMER_ENGINE}
65+
export NVTE_BUILD_THREADS_PER_JOB=8
6566
python setup.py bdist_wheel && rm -rf build
6667
ls "${SRC_PATH_TRANSFORMER_ENGINE}/dist"
6768
EOF

0 commit comments

Comments
 (0)