Skip to content

Commit 1dc194a

Browse files
committed
delete the trailing .6 of trt
1 parent e3090d0 commit 1dc194a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

dev_dep_versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
__version__: "2.4.0.dev0"
22
__cuda_version__: "12.1"
33
__cudnn_version__: "8.9"
4-
__tensorrt_version__: "10.0.1.6"
4+
__tensorrt_version__: "10.0.1"

py/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ torch>=2.4.0.dev,<2.5.0
66
torchvision>=0.19.0.dev,<0.20.0
77
--extra-index-url https://pypi.ngc.nvidia.com
88
pyyaml
9-
tensorrt==10.0.1.6
9+
tensorrt==10.0.1

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ requires = [
88
"cffi>=1.15.1",
99
"typing-extensions>=4.7.0",
1010
"future>=0.18.3",
11-
"tensorrt==10.0.1.6",
11+
"tensorrt==10.0.1",
1212
"torch >=2.4.0.dev,<2.5.0",
1313
"pybind11==2.6.2",
1414
"numpy",
@@ -42,7 +42,7 @@ requires-python = ">=3.8"
4242
keywords = ["pytorch", "torch", "tensorrt", "trt", "ai", "artificial intelligence", "ml", "machine learning", "dl", "deep learning", "compiler", "dynamo", "torchscript", "inference"]
4343
dependencies = [
4444
"torch >=2.4.0.dev,<2.5.0",
45-
"tensorrt",
45+
"tensorrt==10.0.1",
4646
"packaging>=23",
4747
"numpy",
4848
"typing-extensions>=4.7.0",

0 commit comments

Comments
 (0)