Skip to content

Commit a7da91b

Browse files
authored
Update installation.mdx
1 parent 53ce3af commit a7da91b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/installation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The basic environment is as follows:
1616
| `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). <br />- Compatibility testing with CUDA 10.2(no support for c++17) is no longer performed. |
1717
| `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. |
1818
| `opencv` | 4.x | At least the core, imgproc, imgcodecs, and highgui modules are included. |
19-
| `tensorrt` |>= 7.2<br /><= 9.3| - There is a [memory leak](https://github.com/NVIDIA/TensorRT/issues/351) in TensorRT 7.0 with dynamic inputs.
19+
| `tensorrt` |>= 8.0<br /><= 10.3| - There is a [memory leak](https://github.com/NVIDIA/TensorRT/issues/351) in TensorRT 7.0 with dynamic inputs.
2020

2121

2222
:::note

0 commit comments

Comments
 (0)