From a7da91bef605cc43d7302198b07d5edc0ab2e32e Mon Sep 17 00:00:00 2001 From: Nan Date: Tue, 13 Aug 2024 17:56:01 +0800 Subject: [PATCH] Update installation.mdx --- docs/installation.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.mdx b/docs/installation.mdx index 6c90550..b1634cd 100755 --- a/docs/installation.mdx +++ b/docs/installation.mdx @@ -16,7 +16,7 @@ The basic environment is as follows: | `cuda` | >= 11.0 | - The CUDA version must be consistent with the version that PyTorch depends on (for the convenience of `torch.utils.cpp_extension` to compile code on the fly).
- Compatibility testing with CUDA 10.2(no support for c++17) is no longer performed. | | `pytorch` | >= 1.10.2(cuda11) | - Compatibility testing is no longer performed for `c++14/cuda-10.2/pytorch==1.10.2`, but you may still be able to run it with simple modifications. | | `opencv` | 4.x | At least the core, imgproc, imgcodecs, and highgui modules are included. | -| `tensorrt` |>= 7.2
<= 9.3| - There is a [memory leak](https://github.com/NVIDIA/TensorRT/issues/351) in TensorRT 7.0 with dynamic inputs. +| `tensorrt` |>= 8.0
<= 10.3| - There is a [memory leak](https://github.com/NVIDIA/TensorRT/issues/351) in TensorRT 7.0 with dynamic inputs. :::note