- Introduction to integrating TE into an existing JAX model framework, building a Transformer Layer, and instructions on integrating TE modules like Linear and LayerNorm.
# Third party
-[Hugging Face Accelerate + TE](https://github.com/huggingface/accelerate/tree/main/benchmarks/fp8/transformer_engine)
mv"${WHL_BASE}/${WHL_BASE}.dist-info""${WHL_BASE}/transformer_engine_cu12-${VERSION}.dist-info"|| error_exit "Failed to move ${WHL_BASE}.dist-info to transformer_engine_cu12-${VERSION}.dist-info"
wheel pack ${WHL_BASE}|| error_exit "Failed to pack ${WHL_BASE}"
python3 -mwheel pack ${WHL_BASE}|| error_exit "Failed to pack ${WHL_BASE}"
rm dist/*.whl || error_exit "Failed to remove dist/*.whl"
mv*.whl dist/ || error_exit "Failed to move *.whl to dist/"