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 f808df5 commit f116054Copy full SHA for f116054
.github/container/Dockerfile.jax
@@ -62,6 +62,7 @@ pip install ninja && rm -rf ~/.cache/pip
62
# TransformerEngine now needs JAX at build time
63
git-clone.sh ${URLREF_TRANSFORMER_ENGINE} ${SRC_PATH_TRANSFORMER_ENGINE}
64
pushd ${SRC_PATH_TRANSFORMER_ENGINE}
65
+export NVTE_BUILD_THREADS_PER_JOB=8
66
python setup.py bdist_wheel && rm -rf build
67
ls "${SRC_PATH_TRANSFORMER_ENGINE}/dist"
68
EOF
0 commit comments