Compare commits

...

1 Commits
b9529 ... b9530

Author SHA1 Message Date
therealkenc
86591c7536 cli: fix model params not propagated (#23893)
Fixes #23847
2026-06-05 17:29:41 +02:00

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");