Skip to content

common : make build info output stream configurable - #28322

Merged
ggerganov merged 1 commit into
ggml-org:masterfrom
angt:common-make-build-info-output-stream-configurable
Sep 4, 2026
Merged

common : make build info output stream configurable#28322
ggerganov merged 1 commit into
ggml-org:masterfrom
angt:common-make-build-info-output-stream-configurable

Conversation

@angt

@angt angt commented Sep 3, 2026

Copy link
Copy Markdown
Member

Overview

Let llama_print_build_info write to a caller-provided FILE* instead of hardcoding stderr. The parameter defaults to stderr so existing callers keep their current behavior.

The version command in llama-app now passes stdout, so plain version output goes to stdout where users expect it.

Additional information

Requirements

Let llama_print_build_info write to a caller-provided FILE* instead of
hardcoding stderr. The parameter defaults to stderr so existing callers
keep their current behavior.

The version command in llama-app now passes stdout, so plain version
output goes to stdout where users expect it.

Signed-off-by: Adrien Gallouët <angt@huggingface.co>
@angt
angt requested a review from a team as a code owner September 3, 2026 12:42
@angt
angt requested a review from ggerganov September 3, 2026 12:42
@ggerganov
ggerganov merged commit c390d0a into ggml-org:master Sep 4, 2026
21 of 26 checks passed
fewtarius pushed a commit to fewtarius/CachyLLama that referenced this pull request Sep 5, 2026
Let llama_print_build_info write to a caller-provided FILE* instead of
hardcoding stderr. The parameter defaults to stderr so existing callers
keep their current behavior.

The version command in llama-app now passes stdout, so plain version
output goes to stdout where users expect it.

Signed-off-by: Adrien Gallouët <angt@huggingface.co>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants