context : remove logits_all flag

ggml-ci
This commit is contained in:
Georgi Gerganov
2025-05-03 19:21:10 +03:00
parent 8733e0cf6e
commit 6c0501adf7
8 changed files with 6 additions and 26 deletions

View File

@ -585,7 +585,6 @@ int main(int argc, char ** argv) {
params.out_file = "imatrix.dat" ;
params.n_ctx = 512;
params.logits_all = true;
params.escape = false;
if (!common_params_parse(argc, argv, params, LLAMA_EXAMPLE_IMATRIX, print_usage)) {