File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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.
2121import tensorrt
Original file line number Diff line number Diff line change 11[project ]
22name = " nvtripy"
3- version = " 0.1.1 "
3+ version = " 0.1.2 "
44authors = [{
name =
" NVIDIA" ,
email =
" [email protected] " }]
55description = " Tripy: A Python Programming Model For TensorRT"
66readme = " README.md"
77requires-python = " >= 3.9"
88license = { text = " Apache 2.0" }
99dependencies = [
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
You can’t perform that action at this time.
0 commit comments