mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-14 18:12:05 +00:00
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.
This commit is contained in:
parent
30e0696cea
commit
b91a3aeb5c
1 changed files with 1 additions and 1 deletions
|
|
@ -565,7 +565,7 @@ export ORT_TENSORRT_CONTEXT_MEMORY_SHARING_ENABLE=1
|
|||
</details>
|
||||
|
||||
## 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
|
||||
|
|
|
|||
Loading…
Reference in a new issue