Skip to content

Commit

Permalink
perplexity : do not escape input data by default (ggerganov#9548)
Browse files Browse the repository at this point in the history
  • Loading branch information
CISC authored Sep 20, 2024
1 parent 6026da5 commit 722ec1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/perplexity/perplexity.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1961,6 +1961,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_PERPLEXITY)) {
return 1;
Expand Down

0 comments on commit 722ec1e

Please sign in to comment.