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 a672761 commit 4cf1cf0Copy full SHA for 4cf1cf0
.github/container/build-te.sh
@@ -131,6 +131,9 @@ export NVTE_FRAMEWORK=jax
131
export XLA_HOME=${SRC_PATH_XLA}
132
133
pushd ${SRC_PATH_TRANSFORMER_ENGINE}
134
+# Install required packages that were removed in https://github.com/NVIDIA/TransformerEngine/pull/1852
135
+pip install "pybind11[global]"
136
+
137
# The wheel filename includes the TE commit; if this has changed since the last
138
# incremental build then we would end up with multiple wheels.
139
rm -fv dist/*.whl
0 commit comments