Skip to content

Commit

Permalink
TE multithread build (#1009)
Browse files Browse the repository at this point in the history
  • Loading branch information
DwarKapex authored Sep 9, 2024
1 parent f808df5 commit f116054
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/container/Dockerfile.jax
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ pip install ninja && rm -rf ~/.cache/pip
# TransformerEngine now needs JAX at build time
git-clone.sh ${URLREF_TRANSFORMER_ENGINE} ${SRC_PATH_TRANSFORMER_ENGINE}
pushd ${SRC_PATH_TRANSFORMER_ENGINE}
export NVTE_BUILD_THREADS_PER_JOB=8
python setup.py bdist_wheel && rm -rf build
ls "${SRC_PATH_TRANSFORMER_ENGINE}/dist"
EOF
Expand Down

0 comments on commit f116054

Please sign in to comment.