v10.2.0
版本发布时间: 2024-07-16 00:16:49
NVIDIA/TensorRT最新发布版本:v10.3.0(2024-08-09 07:23:49)
Key Features and Updates:
- Demo changes
- Added Stable Diffusion 3 demo.
- Plugin changes
- Version 3 of the InstanceNormalization plugin (
InstanceNormalization_TRT
) has been added. This version is based on theIPluginV3
interface and is used by the TensorRT ONNX parser when nativeInstanceNormalization
is disabled.
- Version 3 of the InstanceNormalization plugin (
- Tooling changes
- Pytorch Quantization development has transitioned to TensorRT Model Optimizer. All developers are encouraged to use TensorRT Model Optimizer to benefit from the latest advancements on quantization and compression.
- Build containers
- Updated default cuda versions to
12.5.0
.
- Updated default cuda versions to