Skip to content

Commit 0d5ba1f

Browse files
committed
remove cudnn dependency
1 parent 89ee68c commit 0d5ba1f

File tree

4 files changed

+5
-13
lines changed

4 files changed

+5
-13
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ These are the following dependencies used to verify the testcases. Torch-TensorR
118118
- Bazel 5.2.0
119119
- Libtorch 2.4.0.dev (latest nightly) (built with CUDA 12.1)
120120
- CUDA 12.1
121-
- cuDNN 8.9.5
122121
- TensorRT 10.0.1.6
123122

124123
## Prebuilt Binaries and Wheel files

WORKSPACE

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -101,12 +101,6 @@ http_archive(
101101
# build_file = "third_party/libtorch/BUILD"
102102
#)
103103

104-
#new_local_repository(
105-
# name = "cudnn",
106-
# path = "/usr/",
107-
# build_file = "@//third_party/cudnn/local:BUILD"
108-
#)
109-
110104
#new_local_repository(
111105
# name = "tensorrt",
112106
# path = "/usr/",

dev_dep_versions.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
__version__: "2.3.0.dev0"
22
__cuda_version__: "12.1"
3-
__cudnn_version__: "8.9"
4-
__tensorrt_version__: "10.0.0.6"
3+
__tensorrt_version__: "10.0.1.6"

py/requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
numpy
22
packaging
33
pybind11==2.6.2
4-
--extra-index-url https://download.pytorch.org/whl/nightly/cu121
5-
torch>=2.4.0.dev,<2.5.0
6-
torchvision>=0.19.0.dev,<0.20.0
4+
--extra-index-url https://download.pytorch.org/whl/cu121
5+
torch==2.3.0
6+
torchvision==0.18.0
77
--extra-index-url https://pypi.ngc.nvidia.com
88
pyyaml
9-
tensorrt
9+
tensorrt==10.0.1.6

0 commit comments

Comments
 (0)