Skip to content

Commit eca0fab

Browse files
authored
imatrix : disable prompt escape by default (ggml-org#9543)
1 parent 64c6af3 commit eca0fab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/imatrix/imatrix.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -572,6 +572,7 @@ int main(int argc, char ** argv) {
572572

573573
params.n_ctx = 512;
574574
params.logits_all = true;
575+
params.escape = false;
575576

576577
if (!gpt_params_parse(argc, argv, params, LLAMA_EXAMPLE_IMATRIX, print_usage)) {
577578
return 1;

0 commit comments

Comments
 (0)