Skip to content

Commit 4a669fd

Browse files
HectorSVCedgchen1
andauthored
update the readme doc for the tool ep_weight_sharing_ctx_gen (#24233)
### Description update the readme to remove something Qnn specific for the tool ep_weight_sharing_ctx_gen --------- Co-authored-by: Edward Chen <[email protected]>
1 parent 41dde35 commit 4a669fd

File tree

1 file changed

+6
-2
lines changed
  • onnxruntime/test/ep_weight_sharing_ctx_gen

1 file changed

+6
-2
lines changed

Diff for: onnxruntime/test/ep_weight_sharing_ctx_gen/README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1-
# ONNXRuntime Qnn Context Generator
1+
# ONNXRuntime EP Context Model Generation with Weight Sharing
22

3-
This tool provides the way to generate Onnx models that wraps QNN context binary warpt with weight sharing enabled. The options to use with the tool are listed below:
3+
[EP context with weight sharing design doc](https://onnxruntime.ai/docs/execution-providers/EP-Context-Design.html#epcontext-with-weight-sharing)
4+
5+
OnnxRuntime provides the ep_weight_sharing_ctx_gen tool to automate the weight-sharing workflow. This tool handles the entire process. This tool is specifically designed for weight sharing scenarios, streamlining the EPContext model generation process.
6+
7+
Example command line:
48

59
`ep_weight_sharing_ctx_gen [options...] model_1_path,model_2_path`
610

0 commit comments

Comments
 (0)