You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
Copy file name to clipboardExpand all lines: onnxruntime/test/ep_weight_sharing_ctx_gen/README.md
+6-2
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,10 @@
1
-
# ONNXRuntime Qnn Context Generator
1
+
# ONNXRuntime EP Context Model Generation with Weight Sharing
2
2
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.
0 commit comments