Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ This page contains example commands to help you choose models and configure Open
--engine <engine> \
--model-type <model-type> \
--device <target-device>
--tool-call-parser <hermes/qwen35/gemma4>
```

To see what options you have for `--device`, use `openarc tool device-detect`.
Expand All @@ -36,6 +37,7 @@ This page contains example commands to help you choose models and configure Open
--engine <engine> \
--model-type llm \
--device <target-device>
--tool-call-parser <hermes> # text only models currently supported use hermes style in most cases
```

=== "VLM"
Expand All @@ -47,6 +49,7 @@ This page contains example commands to help you choose models and configure Open
--engine <engine> \
--model-type vlm \
--device <target-device>
--tool-call-parser <hermes/qwen35/gemma4>
```

=== "Whisper"
Expand Down
Loading