Skip to content

Commit ea8251a

Browse files
authored
Update comments in getting-started.md for clarity (#202)
Signed-off-by: Justin Chu <justinchuby@users.noreply.github.com>
1 parent 2e91111 commit ea8251a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ It drives the entire build pipeline — graph construction, operator fusion,
218218
dead input removal, and KV cache sizing are all tailored for the target EP:
219219

220220
```bash
221-
# Default (portable ONNX with standard fusions, no vendor-specific ops)
221+
# Default (portable ONNX with standard fusions as model local functions)
222222
mobius build --model meta-llama/Llama-3.2-1B output/
223223

224224
# CPU (GQA fusion for f32)
@@ -236,7 +236,7 @@ mobius build --model meta-llama/Llama-3.2-1B output/ --ep trt-rtx --dtype f16
236236
# WebGPU
237237
mobius build --model meta-llama/Llama-3.2-1B output/ --ep webgpu --dtype f16
238238

239-
# Strict ONNX standard (zero custom ops, runs on any ONNX runtime)
239+
# Strict ONNX standard (zero custom ops)
240240
mobius build --model meta-llama/Llama-3.2-1B output/ --ep onnx-standard
241241
```
242242

0 commit comments

Comments
 (0)