Skip to content

UPSTREAM PR #17755: common : skip model validation when --help is requested#429

Open
loci-dev wants to merge 1 commit intomainfrom
upstream-PR17755-branch_danbev-llama-cli-help
Open

UPSTREAM PR #17755: common : skip model validation when --help is requested#429
loci-dev wants to merge 1 commit intomainfrom
upstream-PR17755-branch_danbev-llama-cli-help

Conversation

@loci-dev
Copy link

@loci-dev loci-dev commented Dec 4, 2025

Mirrored from ggml-org/llama.cpp#17755

This commit skips the model validation check when the user specifies the --help option.

The motivation for this is that currently and error is thrown before the --help could be processed. Now skips validation if params.usage is set, allowing help to display without requiring --model.

Resolves: ggml-org/llama.cpp#17754

This commit skips the model validation check when the user specifies the
--help option.

The motivation for this is that currently and error is thrown before the
--help could be processed. Now skips validation if params.usage is set,
allowing help to display without requiring --model.

Resolves: ggml-org/llama.cpp#17754
@loci-dev loci-dev force-pushed the main branch 28 times, most recently from 7d0b0c3 to e5edfa8 Compare December 7, 2025 01:37
@loci-dev loci-dev force-pushed the main branch 30 times, most recently from 4f731df to 8e6f6e8 Compare December 12, 2025 15:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants