Skip to content

Commit 0567b34

Browse files
authored
Update README dependencies section for v1.3.0 (#1540)
1 parent 04bcabe commit 0567b34

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,10 @@ torch.jit.save(trt_ts_module, "trt_torchscript_module.ts") # save the TRT embedd
114114
These are the following dependencies used to verify the testcases. Torch-TensorRT can work with other versions, but the tests are not guaranteed to pass.
115115

116116
- Bazel 5.2.0
117-
- Libtorch 1.12.1 (built with CUDA 11.6)
118-
- CUDA 11.6
119-
- cuDNN 8.4.1
120-
- TensorRT 8.4.3.1
117+
- Libtorch 1.13.0 (built with CUDA 11.7)
118+
- CUDA 11.7
119+
- cuDNN 8.5.0
120+
- TensorRT 8.5.0
121121

122122
## Prebuilt Binaries and Wheel files
123123

0 commit comments

Comments
 (0)