Skip to content

Commit 97e7cec

Browse files
Pins TensorRT to a working version to avoid a segfault in 10.8
1 parent 9423503 commit 97e7cec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tripy/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ readme = "README.md"
77
requires-python = ">= 3.9"
88
license = { text = "Apache 2.0" }
99
dependencies = [
10-
"tensorrt~=10.0",
10+
"tensorrt (>=10.0,<=10.7)",
1111
"mlir-tensorrt-compiler==0.1.38+cuda12.trt105",
1212
"mlir-tensorrt-runtime==0.1.38+cuda12.trt105",
1313
"colored==2.2.3",

0 commit comments

Comments
 (0)