Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
yf711 committed Feb 1, 2024
1 parent ed44977 commit 6dac184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/execution-providers/TensorRT-ExecutionProvider.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ TensorRT configurations can be set by execution provider options. It's useful wh
* `trt_engine_cache_path`: Specify path for TensorRT engine and profile files if `trt_engine_cache_enable` is `True`, or path for INT8 calibration table file if `trt_int8_enable` is `True`.

* `trt_engine_cache_prefix`: Customize engine cache prefix when `trt_engine_cache_enable` is `True` (available on ORT 1.17).
* `trt_engine_cache_prefix`: Customize engine cache prefix when `trt_engine_cache_enable` is `True`.

* ORT-TRT will only reuse existing engine cache with customized prefix if the same prefix is assigned in `trt_engine_cache_prefix`. If this option is empty, new engine cache with default prefix will be generated.

Expand Down

0 comments on commit 6dac184

Please sign in to comment.