File tree 3 files changed +1
-9
lines changed
3 files changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,6 @@ These are the following dependencies used to verify the testcases. Torch-TensorR
118
118
- Bazel 5.2.0
119
119
- Libtorch 2.3.0 (built with CUDA 12.1)
120
120
- CUDA 12.1
121
- - cuDNN 8.9.5
122
121
- TensorRT 10.0.1.6
123
122
124
123
## Prebuilt Binaries and Wheel files
Original file line number Diff line number Diff line change @@ -101,12 +101,6 @@ http_archive(
101
101
# build_file = "third_party/libtorch/BUILD"
102
102
#)
103
103
104
- #new_local_repository(
105
- # name = "cudnn",
106
- # path = "/usr/",
107
- # build_file = "@//third_party/cudnn/local:BUILD"
108
- #)
109
-
110
104
#new_local_repository(
111
105
# name = "tensorrt",
112
106
# path = "/usr/",
Original file line number Diff line number Diff line change 1
1
__version__ : " 2.3.0"
2
2
__cuda_version__ : " 12.1"
3
- __cudnn_version__ : " 8.9"
4
- __tensorrt_version__ : " 10.0.0.6"
3
+ __tensorrt_version__ : " 10.0.1.6"
You can’t perform that action at this time.
0 commit comments