You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+17-2Lines changed: 17 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,27 @@
1
1
# TensorRT OSS Release Changelog
2
2
3
+
## 10.14 GA - 2025-11-7
4
+
- Sample changes
5
+
- Replace all pycuda usages with cuda-python APIs
6
+
- Removed the efficientnet samples
7
+
- Deprecated tensorflow_object_detection and efficientdet samples
8
+
- Samples will no longer be released with the packages. The TensorRT GitHub repository will be the single source.
9
+
10
+
11
+
- Parsers:
12
+
- Added support for the `Attention` operator
13
+
- Improved refit for `ConstantOfShape` nodes
14
+
15
+
- Demos
16
+
- demoDiffusion:
17
+
- Added support for the Cosmos-Predict2 text2image and video2world pipelines
18
+
19
+
3
20
## 10.13.3 GA - 2025-9-8
4
21
- Added support for TensorRT API Capture and Replay feature, see the [developer guide](https://docs.nvidia.com/deeplearning/tensorrt/latest/inference-library/advanced.html) for more information.
5
22
- Demo changes
6
23
- Added support for Flux Kontext pipeline.
7
24
8
-
9
25
## 10.13.2 GA - 2025-8-18
10
26
- Added support for CUDA 13.0, dropped support for CUDA 11.X
11
27
- Dropped support for Ubuntu 20.04
@@ -24,7 +40,6 @@
24
40
- Added `loadModelProto`, `loadInitializer` and `refitModelProto` APIs for IParserRefitter. These APIs are meant to be used to load user initializers when refitting ONNX models.
Copy file name to clipboardExpand all lines: README.md
+27-18Lines changed: 27 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ To build the TensorRT-OSS components, you will first need the following software
32
32
33
33
**TensorRT GA build**
34
34
35
-
- TensorRT v10.13.3.9
35
+
- TensorRT v10.14.1.48
36
36
- Available from direct download links listed below
37
37
38
38
**System Packages**
@@ -86,24 +86,24 @@ To build the TensorRT-OSS components, you will first need the following software
86
86
87
87
Else download and extract the TensorRT GA build from [NVIDIA Developer Zone](https://developer.nvidia.com) with the direct links below:
88
88
89
-
-[TensorRT 10.13.3.9 for CUDA 13.0, Linux x86_64](https://developer.nvidia.com/downloads/compute/machine-learning/tensorrt/10.13.3/tars/TensorRT-10.13.3.9.Linux.x86_64-gnu.cuda-13.0.tar.gz)
90
-
-[TensorRT 10.13.3.9 for CUDA 12.9, Linux x86_64](https://developer.nvidia.com/downloads/compute/machine-learning/tensorrt/10.13.3/tars/TensorRT-10.13.3.9.Linux.x86_64-gnu.cuda-12.9.tar.gz)
91
-
-[TensorRT 10.13.3.9 for CUDA 13.0, Windows x86_64](https://developer.nvidia.com/downloads/compute/machine-learning/tensorrt/10.13.3/zip/TensorRT-10.13.3.9.Windows.win10.cuda-13.0.zip)
92
-
-[TensorRT 10.13.3.9 for CUDA 12.9, Windows x86_64](https://developer.nvidia.com/downloads/compute/machine-learning/tensorrt/10.13.3/zip/TensorRT-10.13.3.9.Windows.win10.cuda-12.9.zip)
89
+
-[TensorRT 10.14.1.48 for CUDA 13.0, Linux x86_64](https://developer.nvidia.com/downloads/compute/machine-learning/tensorrt/10.14.1/tars/TensorRT-10.14.1.48.Linux.x86_64-gnu.cuda-13.0.tar.gz)
90
+
-[TensorRT 10.14.1.48 for CUDA 12.9, Linux x86_64](https://developer.nvidia.com/downloads/compute/machine-learning/tensorrt/10.14.1/tars/TensorRT-10.14.1.48.Linux.x86_64-gnu.cuda-12.9.tar.gz)
91
+
-[TensorRT 10.14.1.48 for CUDA 13.0, Windows x86_64](https://developer.nvidia.com/downloads/compute/machine-learning/tensorrt/10.14.1/zip/TensorRT-10.14.1.48.Windows.win10.cuda-13.0.zip)
92
+
-[TensorRT 10.14.1.48 for CUDA 12.9, Windows x86_64](https://developer.nvidia.com/downloads/compute/machine-learning/tensorrt/10.14.1/zip/TensorRT-10.14.1.48.Windows.win10.cuda-12.9.zip)
93
93
94
94
**Example: Ubuntu 22.04 on x86-64 with cuda-13.0**
95
95
96
96
```bash
97
97
cd~/Downloads
98
-
tar -xvzf TensorRT-10.13.3.9.Linux.x86_64-gnu.cuda-13.0.tar.gz
99
-
export TRT_LIBPATH=`pwd`/TensorRT-10.13.3.9
98
+
tar -xvzf TensorRT-10.14.1.48.Linux.x86_64-gnu.cuda-13.0.tar.gz
0 commit comments