context : remove logits_all flag (#13284)
* context : remove logits_all flag ggml-ci * llama : remove logits_all flag + reorder llama_context_params ggml-ci
This commit is contained in:
parent
70a6991edf
commit
51fb96b1ff
9 changed files with 13 additions and 37 deletions
|
@ -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)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue