Skip to content

Commit a5a2d30

Browse files
Updates Tripy version to 0.1.2
1 parent e944ff3 commit a5a2d30

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tripy/nvtripy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# limitations under the License.
1616
#
1717

18-
__version__ = "0.1.1"
18+
__version__ = "0.1.2"
1919

2020
# Import TensorRT to make sure all dependent libraries are loaded first.
2121
import tensorrt

tripy/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[project]
22
name = "nvtripy"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
authors = [{ name = "NVIDIA", email = "[email protected]" }]
55
description = "Tripy: A Python Programming Model For TensorRT"
66
readme = "README.md"
77
requires-python = ">= 3.9"
88
license = { text = "Apache 2.0" }
99
dependencies = [
1010
"tensorrt>=10.9",
11-
"mlir-tensorrt-compiler==0.1.40+cuda12.trt109",
12-
"mlir-tensorrt-runtime==0.1.40+cuda12.trt109",
11+
"mlir-tensorrt-compiler==0.1.41+cuda12.trt109",
12+
"mlir-tensorrt-runtime==0.1.41+cuda12.trt109",
1313
"colored==2.2.3",
1414
]
1515

0 commit comments

Comments
 (0)