diff --git a/docs/execution_providers/TensorRT-ExecutionProvider.md b/docs/execution_providers/TensorRT-ExecutionProvider.md index 8e707efab0..8d26966e3f 100644 --- a/docs/execution_providers/TensorRT-ExecutionProvider.md +++ b/docs/execution_providers/TensorRT-ExecutionProvider.md @@ -1,11 +1,11 @@ -# TensortRT Execution Provider +# TensorRT Execution Provider -The TensorRT execution provider in the ONNX Runtime makes use of NVIDIA's [TensortRT](https://developer.nvidia.com/tensorrt) Deep Learning inferencing engine to accelerate ONNX model in their family of GPUs. Microsoft and NVIDIA worked closely to integrate the TensorRT execution provider with ONNX Runtime. +The TensorRT execution provider in the ONNX Runtime makes use of NVIDIA's [TensorRT](https://developer.nvidia.com/tensorrt) Deep Learning inferencing engine to accelerate ONNX model in their family of GPUs. Microsoft and NVIDIA worked closely to integrate the TensorRT execution provider with ONNX Runtime. With the TensorRT execution provider, the ONNX Runtime delivers better inferencing performance on the same hardware compared to generic GPU acceleration. ## Build -For build instructions, please see the [BUILD page](../../BUILD.md#tensorrt). +For build instructions, please see the [BUILD page](../../BUILD.md#TensorRT). The TensorRT execution provider for ONNX Runtime is built and tested with TensorRT 7.1.3.4. @@ -111,4 +111,4 @@ underlying hardware changes. Engine files are not portable across devices. export ORT_TENSORRT_CACHE_PATH="/path/to/cache" ### Dump out subgraphs to run on TensorRT -export ORT_TENSORRT_DUMP_SUBGRAPHS = 1 \ No newline at end of file +export ORT_TENSORRT_DUMP_SUBGRAPHS = 1