Skip to content

Commit 0ac8158

Browse files
committed
remove cudnn dependency
1 parent 926149a commit 0ac8158

File tree

3 files changed

+1
-9
lines changed

3 files changed

+1
-9
lines changed

README.md

-1
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.3.0 (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

-6
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

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
__version__: "2.3.0"
22
__cuda_version__: "12.1"
3-
__cudnn_version__: "8.9"
4-
__tensorrt_version__: "10.0.0.6"
3+
__tensorrt_version__: "10.0.1.6"

0 commit comments

Comments
 (0)