File tree 3 files changed +7
-4
lines changed
3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 9
9
10
10
< body >
11
11
< h1 > Package Index</ h1 >
12
+ < a
13
+ 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 >
14
+
12
15
< a
13
16
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 >
14
17
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " tripy"
3
- version = " 0.0.4 "
3
+ version = " 0.0.5 "
4
4
authors = [{
name =
" NVIDIA" ,
email =
" [email protected] " }]
5
5
description = " Tripy: A Python Programming Model For TensorRT"
6
6
readme = " README.md"
7
7
requires-python = " >= 3.9"
8
8
license = {text = " Apache 2.0" }
9
9
dependencies = [
10
10
" tensorrt~=10.0" ,
11
- " mlir-tensorrt-compiler==0.1.36 +cuda12.trt102" ,
12
- " mlir-tensorrt-runtime==0.1.36 +cuda12.trt102" ,
11
+ " mlir-tensorrt-compiler==0.1.37 +cuda12.trt102" ,
12
+ " mlir-tensorrt-runtime==0.1.37 +cuda12.trt102" ,
13
13
" colored==2.2.3" ,
14
14
]
15
15
Original file line number Diff line number Diff line change 15
15
# limitations under the License.
16
16
#
17
17
18
- __version__ = "0.0.4 "
18
+ __version__ = "0.0.5 "
19
19
20
20
# Import TensorRT to make sure all dependent libraries are loaded first.
21
21
import tensorrt
You can’t perform that action at this time.
0 commit comments