cli: fix model params not propagated (#23893)

Fixes #23847
This commit is contained in:
therealkenc
2026-06-05 08:29:41 -07:00
committed by GitHub
parent 96fbe00393
commit 86591c7536

View File

@@ -397,6 +397,8 @@ int llama_cli(int argc, char ** argv) {
return 1;
}
ctx_cli.defaults.sampling = params.sampling;
console::spinner::stop();
console::log("\n");