Skip to content

Commit

Permalink
delete the trailing .6 of trt
Browse files Browse the repository at this point in the history
  • Loading branch information
zewenli98 committed Apr 27, 2024
1 parent e3090d0 commit 1dc194a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dev_dep_versions.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__: "2.4.0.dev0"
__cuda_version__: "12.1"
__cudnn_version__: "8.9"
__tensorrt_version__: "10.0.1.6"
__tensorrt_version__: "10.0.1"
2 changes: 1 addition & 1 deletion py/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ torch>=2.4.0.dev,<2.5.0
torchvision>=0.19.0.dev,<0.20.0
--extra-index-url https://pypi.ngc.nvidia.com
pyyaml
tensorrt==10.0.1.6
tensorrt==10.0.1
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ requires = [
"cffi>=1.15.1",
"typing-extensions>=4.7.0",
"future>=0.18.3",
"tensorrt==10.0.1.6",
"tensorrt==10.0.1",
"torch >=2.4.0.dev,<2.5.0",
"pybind11==2.6.2",
"numpy",
Expand Down Expand Up @@ -42,7 +42,7 @@ requires-python = ">=3.8"
keywords = ["pytorch", "torch", "tensorrt", "trt", "ai", "artificial intelligence", "ml", "machine learning", "dl", "deep learning", "compiler", "dynamo", "torchscript", "inference"]
dependencies = [
"torch >=2.4.0.dev,<2.5.0",
"tensorrt",
"tensorrt==10.0.1",
"packaging>=23",
"numpy",
"typing-extensions>=4.7.0",
Expand Down

0 comments on commit 1dc194a

Please sign in to comment.