llama_cpp_for_radxa_dragon_.../common
Daniel Bevenius 16639ba217
common : use two decimal places for float arg help messages (#19048)
* common : use two decimal places for float arg help messages

This commit updates the help messages for various command-line arguments
in arg.cpp to display floating-point default values with two decimal
places instead of one.

The motivation for this changes is that currently only having one decimal
place means that values generated using --help or llama-gen-docs will not
display the correct values.

For example, currently the value of top-p in tools/server/README.md is
`0.9`, but the default value is actually '0.95'. And running
llama-gen-docs does not update this value as it uses the output from the
help message, which shows only one decimal place, so the values look
like they are unchanged.

* docs : run llama-gen-docs to update docs
2026-01-25 07:31:42 +01:00
..
jinja server : support preserving reasoning_content in assistant message (#18994) 2026-01-22 21:30:06 +01:00
arg.cpp common : use two decimal places for float arg help messages (#19048) 2026-01-25 07:31:42 +01:00
arg.h
base64.hpp
build-info.cpp.in
chat-parser-xml-toolcall.cpp
chat-parser-xml-toolcall.h
chat-parser.cpp server : support preserving reasoning_content in assistant message (#18994) 2026-01-22 21:30:06 +01:00
chat-parser.h cli : fix reasoning responses in CLI (#18961) 2026-01-20 18:23:25 +01:00
chat-peg-parser.cpp
chat-peg-parser.h
chat.cpp chat: fix language input for translategemma (#19052) 2026-01-24 17:58:45 +01:00
chat.h server : support preserving reasoning_content in assistant message (#18994) 2026-01-22 21:30:06 +01:00
CMakeLists.txt common : implement new jinja template engine (#18462) 2026-01-16 11:22:06 +01:00
common.cpp
common.h common, server : use the same User-Agent by default (#18957) 2026-01-20 18:28:43 +01:00
console.cpp
console.h
debug.cpp
debug.h
download.cpp common, server : use the same User-Agent by default (#18957) 2026-01-20 18:28:43 +01:00
download.h
http.h common : improve error message when HTTPS is missing but required (#18987) 2026-01-21 17:58:38 +01:00
json-partial.cpp
json-partial.h cli : fix reasoning responses in CLI (#18961) 2026-01-20 18:23:25 +01:00
json-schema-to-grammar.cpp
json-schema-to-grammar.h
llguidance.cpp
log.cpp
log.h
ngram-cache.cpp
ngram-cache.h
peg-parser.cpp
peg-parser.h
preset.cpp
preset.h
regex-partial.cpp
regex-partial.h
sampling.cpp
sampling.h
speculative.cpp
speculative.h
unicode.cpp
unicode.h