NVIDIA/TransformerEngine
A library for accelerating Transformer models on NVIDIA GPUs, including using 8-bit and 4-bit floating point (FP8 and FP4) precision on Hopper, Ada and Blackwell GPUs, to provide better performance with lower memory utilization in both training and inference. observed · 2026-08-28
Health v2 · maintenance only
99/100
- Activity 99
- Release rhythm 98
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 26
- age_days: 1443
- days_rel: 19
- days_push: 7
- n_releases_24m: 26
Adoption not part of the score
3504 stars · 806 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Transformer Engine is an NVIDIA library for accelerating Transformer model training and inference on NVIDIA GPUs using low-precision formats like FP8, MXFP8, and NVFP4. It provides optimized building blocks and an AMP-like API for PyTorch and JAX, plus a framework-agnostic C++ API.
Use cases
- train large language models in fp8 precision on nvidia gpus
- speed up transformer training with lower memory usage
- use nvfp4 mixed precision on blackwell gpus
- integrate fp8 support into a custom deep learning framework via c++ api
- train mixture-of-experts models with fused kernels
- run reinforcement learning training with end-to-end fp8 precision
When to choose
- you train or fine-tune large Transformer models on NVIDIA Hopper, Ada, or Blackwell GPUs
- you need FP8/FP4 low-precision training with minimal accuracy loss
- you use PyTorch or JAX and want drop-in accelerated Transformer layers
- you need MoE, tensor parallelism, and fused operations at scale
When to avoid
- you train on non-NVIDIA GPUs or CPU-only hardware
- your models are small and don't benefit from low-precision GEMM speedups
- you need a framework-agnostic solution without CUDA dependencies
Facets
library · maturity active
machine-learning deep-learning llm-training llm-inference gpu-computing transformers deep-learning large-language-models machine-learning gpu-computing python fp8 fp4 mixed-precision pytorch jax nvidia quantization transformer-models linux gpu cuda
10 sources
- readme: https://github.com/NVIDIA/TransformerEngine · fetched 2026-08-28 · aa556d531bf1
- homepage: https://docs.nvidia.com/deeplearning/transformer-engine/user-guide/index.html · fetched 2026-08-29 · e55887053736
- site_page: https://docs.nvidia.com/deeplearning/transformer-engine/user-guide/features/low_precision_training/fp8_blockwise_scaling/fp8_blockwise_scaling.html · fetched 2026-08-29 · 4fda13f1538d
- site_page: https://docs.nvidia.com/deeplearning/transformer-engine/user-guide/installation.html · fetched 2026-08-29 · 2cc4cd93e7a5
- site_page: https://docs.nvidia.com/deeplearning/transformer-engine/user-guide/faq.html · fetched 2026-08-29 · 6db783edf0b9
- site_page: https://docs.nvidia.com/deeplearning/transformer-engine/user-guide/features/low_precision_training/index.html · fetched 2026-08-29 · 5e9b428b6da2
- site_page: https://docs.nvidia.com/deeplearning/transformer-engine/user-guide/features/low_precision_training/introduction/introduction.html · fetched 2026-08-29 · b8b67c0dd282
- site_page: https://docs.nvidia.com/deeplearning/transformer-engine/user-guide/features/low_precision_training/performance_considerations/performance_considerations.html · fetched 2026-08-29 · b75a4b9334f4
- site_page: https://docs.nvidia.com/deeplearning/transformer-engine/user-guide/features/low_precision_training/fp8_current_scaling/fp8_current_scaling.html · fetched 2026-08-29 · 4cfdeaee2a47
- site_page: https://docs.nvidia.com/deeplearning/transformer-engine/user-guide/features/low_precision_training/fp8_delayed_scaling/fp8_delayed_scaling.html · fetched 2026-08-29 · d753f5fd558e
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| NVIDIA/TransformerEngine | main | 99 |
For agents
markdown · JSON · MCP: product_card(name="NVIDIA/TransformerEngine")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem