From 0567b340b72421d57148c92343eda7d7787ae121 Mon Sep 17 00:00:00 2001 From: Takeshi Watanabe Date: Tue, 13 Dec 2022 04:46:46 +0900 Subject: [PATCH] Update README dependencies section for v1.3.0 (#1540) --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5a2baf5d07..45d50acb21 100644 --- a/README.md +++ b/README.md @@ -114,10 +114,10 @@ torch.jit.save(trt_ts_module, "trt_torchscript_module.ts") # save the TRT embedd 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. - Bazel 5.2.0 -- Libtorch 1.12.1 (built with CUDA 11.6) -- CUDA 11.6 -- cuDNN 8.4.1 -- TensorRT 8.4.3.1 +- Libtorch 1.13.0 (built with CUDA 11.7) +- CUDA 11.7 +- cuDNN 8.5.0 +- TensorRT 8.5.0 ## Prebuilt Binaries and Wheel files