Skip to content

Commit

Permalink
Upgrade tripy version to 0.0.6 (#424)
Browse files Browse the repository at this point in the history
  • Loading branch information
parthchadha authored Dec 7, 2024
1 parent 18990e4 commit 9163039
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
20 changes: 20 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.6/tripy-0.0.6-py3-none-any.whl">tripy-0.0.6-py3-none-any.whl</a><br>

<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>

Expand Down Expand Up @@ -127,6 +130,23 @@ <h1>Package Index</h1>
<a
href="https://github.com/NVIDIA/TensorRT-Incubator/releases/download/mlir-tensorrt-v0.1.37/mlir_tensorrt_runtime-0.1.37+cuda12.trt102-cp39-cp39-linux_x86_64.whl">mlir_tensorrt_runtime-0.1.37+cuda12.trt102-cp39-cp39-linux_x86_64.whl</a><br>

<a
href="https://github.com/NVIDIA/TensorRT-Incubator/releases/download/mlir-tensorrt-v0.1.38/mlir_tensorrt_compiler-0.1.38+cuda12.trt105-cp310-cp310-linux_x86_64.whl">mlir_tensorrt_compiler-0.1.38+cuda12.trt105-cp310-cp310-linux_x86_64.whl</a><br>
<a
href="https://github.com/NVIDIA/TensorRT-Incubator/releases/download/mlir-tensorrt-v0.1.38/mlir_tensorrt_compiler-0.1.38+cuda12.trt105-cp311-cp311-linux_x86_64.whl">mlir_tensorrt_compiler-0.1.38+cuda12.trt105-cp311-cp311-linux_x86_64.whl</a><br>
<a
href="https://github.com/NVIDIA/TensorRT-Incubator/releases/download/mlir-tensorrt-v0.1.38/mlir_tensorrt_compiler-0.1.38+cuda12.trt105-cp312-cp312-linux_x86_64.whl">mlir_tensorrt_compiler-0.1.38+cuda12.trt105-cp312-cp312-linux_x86_64.whl</a><br>
<a
href="https://github.com/NVIDIA/TensorRT-Incubator/releases/download/mlir-tensorrt-v0.1.38/mlir_tensorrt_compiler-0.1.38+cuda12.trt105-cp39-cp39-linux_x86_64.whl">mlir_tensorrt_compiler-0.1.38+cuda12.trt105-cp39-cp39-linux_x86_64.whl</a><br>
<a
href="https://github.com/NVIDIA/TensorRT-Incubator/releases/download/mlir-tensorrt-v0.1.38/mlir_tensorrt_runtime-0.1.38+cuda12.trt105-cp310-cp310-linux_x86_64.whl">mlir_tensorrt_runtime-0.1.38+cuda12.trt105-cp310-cp310-linux_x86_64.whl</a><br>
<a
href="https://github.com/NVIDIA/TensorRT-Incubator/releases/download/mlir-tensorrt-v0.1.38/mlir_tensorrt_runtime-0.1.38+cuda12.trt105-cp311-cp311-linux_x86_64.whl">mlir_tensorrt_runtime-0.1.38+cuda12.trt105-cp311-cp311-linux_x86_64.whl</a><br>
<a
href="https://github.com/NVIDIA/TensorRT-Incubator/releases/download/mlir-tensorrt-v0.1.38/mlir_tensorrt_runtime-0.1.38+cuda12.trt105-cp312-cp312-linux_x86_64.whl">mlir_tensorrt_runtime-0.1.38+cuda12.trt105-cp312-cp312-linux_x86_64.whl</a><br>
<a
href="https://github.com/NVIDIA/TensorRT-Incubator/releases/download/mlir-tensorrt-v0.1.38/mlir_tensorrt_runtime-0.1.38+cuda12.trt105-cp39-cp39-linux_x86_64.whl">mlir_tensorrt_runtime-0.1.38+cuda12.trt105-cp39-cp39-linux_x86_64.whl</a><br>


</body>

Expand Down
2 changes: 1 addition & 1 deletion tripy/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "tripy"
version = "0.0.5"
version = "0.0.6"
authors = [{name = "NVIDIA", email="svc_tensorrt@nvidia.com"}]
description = "Tripy: A Python Programming Model For TensorRT"
readme = "README.md"
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.5"
__version__ = "0.0.6"

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

0 comments on commit 9163039

Please sign in to comment.