Skip to content

Commit

Permalink
imatrix : disable prompt escape by default (#9543)
Browse files Browse the repository at this point in the history
  • Loading branch information
CISC authored Sep 19, 2024
1 parent 64c6af3 commit eca0fab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/imatrix/imatrix.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -572,6 +572,7 @@ int main(int argc, char ** argv) {

params.n_ctx = 512;
params.logits_all = true;
params.escape = false;

if (!gpt_params_parse(argc, argv, params, LLAMA_EXAMPLE_IMATRIX, print_usage)) {
return 1;
Expand Down

0 comments on commit eca0fab

Please sign in to comment.