mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-20 19:12:24 +00:00
Fix corrupt markdown table (#16767)
### Description * Update table markdown following https://just-the-docs.com/docs/ui-components/tables to fix UI * Preview: * https://yf711.github.io/onnxruntime/docs/execution-providers/TensorRT-ExecutionProvider.html#requirements ### Motivation and Context https://github.com/microsoft/onnxruntime/issues/16759
This commit is contained in:
parent
85719a2a9d
commit
e7464cd41d
1 changed files with 13 additions and 12 deletions
|
|
@ -26,18 +26,19 @@ Please select the GPU (CUDA/TensorRT) version of OnnxRuntime: https://onnxruntim
|
|||
See [Build instructions](../build/eps.md#tensorrt).
|
||||
|
||||
## Requirements
|
||||
|ONNX Runtime|TensorRT|CUDA|
|
||||
|---|---|---|
|
||||
|1.15-main|8.6|11.8|
|
||||
|1.14|8.5|11.6|
|
||||
|1.12-1.13|8.4|11.4|
|
||||
|1.11|8.2|11.4|
|
||||
|1.10|8.0|11.4|
|
||||
|1.9|8.0|11.4|
|
||||
|1.7-1.8|7.2|11.0.3|
|
||||
|1.5-1.6|7.1|10.2|
|
||||
|1.2-1.4|7.0|10.1|
|
||||
|1.0-1.1|6.0|10.0|
|
||||
|
||||
| ONNX Runtime | TensorRT | CUDA |
|
||||
|:-------------|:---------|:-------|
|
||||
| 1.15-main | 8.6 | 11.8 |
|
||||
| 1.14 | 8.5 | 11.6 |
|
||||
| 1.12-1.13 | 8.4 | 11.4 |
|
||||
| 1.11 | 8.2 | 11.4 |
|
||||
| 1.10 | 8.0 | 11.4 |
|
||||
| 1.9 | 8.0 | 11.4 |
|
||||
| 1.7-1.8 | 7.2 | 11.0.3 |
|
||||
| 1.5-1.6 | 7.1 | 10.2 |
|
||||
| 1.2-1.4 | 7.0 | 10.1 |
|
||||
| 1.0-1.1 | 6.0 | 10.0 |
|
||||
|
||||
For more details on CUDA/cuDNN versions, please see [CUDA EP requirements](./CUDA-ExecutionProvider.md#requirements).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue