Skip to content

Commit

Permalink
Update mlir-tensorrt dependency version in Tripy (#399)
Browse files Browse the repository at this point in the history
  • Loading branch information
parthchadha authored Nov 21, 2024
1 parent 259ebf3 commit b04d420
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions tripy/docs/packages.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@

<body>
<h1>Package Index</h1>
<a
href="https://github.com/NVIDIA/TensorRT-Incubator/releases/download/tripy-v0.0.5/tripy-0.0.5-py3-none-any.whl">tripy-0.0.5-py3-none-any.whl</a><br>

<a
href="https://github.com/NVIDIA/TensorRT-Incubator/releases/download/tripy-v0.0.4/tripy-0.0.4-py3-none-any.whl">tripy-0.0.4-py3-none-any.whl</a><br>

Expand Down
6 changes: 3 additions & 3 deletions tripy/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[project]
name = "tripy"
version = "0.0.4"
version = "0.0.5"
authors = [{name = "NVIDIA", email="svc_tensorrt@nvidia.com"}]
description = "Tripy: A Python Programming Model For TensorRT"
readme = "README.md"
requires-python = ">= 3.9"
license = {text = "Apache 2.0"}
dependencies = [
"tensorrt~=10.0",
"mlir-tensorrt-compiler==0.1.36+cuda12.trt102",
"mlir-tensorrt-runtime==0.1.36+cuda12.trt102",
"mlir-tensorrt-compiler==0.1.37+cuda12.trt102",
"mlir-tensorrt-runtime==0.1.37+cuda12.trt102",
"colored==2.2.3",
]

Expand Down
2 changes: 1 addition & 1 deletion tripy/tripy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# limitations under the License.
#

__version__ = "0.0.4"
__version__ = "0.0.5"

# Import TensorRT to make sure all dependent libraries are loaded first.
import tensorrt
Expand Down

0 comments on commit b04d420

Please sign in to comment.