Skip to content

Commit

Permalink
Update installation.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
tp-nan authored Aug 13, 2024
1 parent 53ce3af commit a7da91b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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). <br />- 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<br /><= 9.3| - There is a [memory leak](https://github.com/NVIDIA/TensorRT/issues/351) in TensorRT 7.0 with dynamic inputs.
| `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.


:::note
Expand Down

0 comments on commit a7da91b

Please sign in to comment.