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
docs: clarify --ep vs --optimize in getting-started guide (#201)
Improve the CLI documentation in `docs/getting-started.md`:
- **`--ep` (recommended)**: Full EP-aware pipeline — graph construction,
operator fusion, dead input removal, KV cache sizing. Examples for all 6
EPs (cpu, cuda, dml, webgpu, trt-rtx, onnx-standard).
- **`--optimize` (manual)**: Post-hoc rewrite rule application. Useful
for experimentation. Does not affect graph construction.
- Clear note that the two cannot be combined and `--ep` is strictly more
capable.
- Added `mobius list eps` to the CLI reference.
- Updated the quick-start example to use `--ep cuda --dtype f16` instead
of `--optimize`.
---------
Signed-off-by: Justin Chu <justinchu@microsoft.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments