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:
Yifan Li 2023-07-20 03:18:04 -07:00 committed by GitHub
parent 85719a2a9d
commit e7464cd41d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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).