Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
HectorSVC committed Sep 19, 2024
1 parent 5e675b5 commit 24c9e49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/execution-providers/EP-Context-Design.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Atrribures:

## OnnxRuntime Session options related to EP context cache generation and inference

|session option |Description |
|Session option |Description |
|---------------------------|----------------------------------------------------------------------------------------------------------|
|ep.context_enable |Used for context model generation only.<br/>1: Enable OnnxRuntime to dump the context cache model.<br/>0 (default): disable.|
|ep.context_file_path |Specify the file path for the dump model.<br/>Default to original_file_name.onnx_ctx.onnx for context model generation.<br/>For model inference, if user loads model from memory buffer and the EP context binary is outside the Onnx model, user need to set this option. OnnxRuntime EP use this path to get the folder path together with the ep_cache_context (which point to the contex binary path) to get the absoluate path for the context binary file.|
Expand Down

0 comments on commit 24c9e49

Please sign in to comment.