Remove parsers cli flag from demos#4354
Open
dkalinowski wants to merge 1 commit into
Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates user-facing documentation and demo READMEs to remove explicit parser CLI flags (--tool_parser, --reasoning_parser) from example OVMS commands, aligning demos with the intended “auto parser / auto cap” behavior.
Changes:
- Removed
--tool_parser/--reasoning_parserfrom multiple demo and docs launch commands. - Simplified model pull/export/run snippets across demos (Docker and baremetal, Linux and Windows).
- Updated llama-swap and “starting server” examples to match the new CLI patterns.
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
| extras/llama_swap/README.md | Removes --tool_parser from model pull examples. |
| docs/starting_server.md | Simplifies the “start server” examples by removing parser flags. |
| demos/llm_npu/README.md | Removes --tool_parser from NPU demo commands. |
| demos/integration_with_OpenWebUI/README.md | Removes parser flags from OpenWebUI integration commands. |
| demos/continuous_batching/README.md | Removes --tool_parser from continuous batching example commands. |
| demos/continuous_batching/long_context/README.md | Removes parser flags from long-context batching examples. |
| demos/continuous_batching/agentic_ai/README.md | Removes parser flags from agentic/MCP tool-calling demo commands (this introduces correctness issues as written). |
| demos/code_local_assistant/README.md | Removes parser flags from code assistant demo commands and export example. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
To be merged after auto parser / auto cap PR