From b91a3aeb5c850edf87c340eda8500066ee2bb018 Mon Sep 17 00:00:00 2001 From: Abdullah Shafin Date: Wed, 18 Sep 2024 23:08:31 +0200 Subject: [PATCH] Fix typo in docs: TensorRT-ExecutionProvider.md (#22128) ### Description While reading the docs, I came across a typo. This PR proposes to fix it. ### Motivation and Context Improve documentation. --- docs/execution-providers/TensorRT-ExecutionProvider.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/execution-providers/TensorRT-ExecutionProvider.md b/docs/execution-providers/TensorRT-ExecutionProvider.md index 3671f418c5..8b2861d7fa 100644 --- a/docs/execution-providers/TensorRT-ExecutionProvider.md +++ b/docs/execution-providers/TensorRT-ExecutionProvider.md @@ -565,7 +565,7 @@ export ORT_TENSORRT_CONTEXT_MEMORY_SHARING_ENABLE=1 ## TensorRT EP Caches -There are three major TRT EP cahces: +There are three major TRT EP caches: * TRT timing cache * TRT engine cache * Embedded engine model / EPContext model