Skip to content

Commit da00027

Browse files
authored
Perplexity input data should not be unescaped
1 parent eca0fab commit da00027

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/perplexity/perplexity.cpp

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

19621962
params.n_ctx = 512;
19631963
params.logits_all = true;
1964+
params.escape = false;
19641965

19651966
if (!gpt_params_parse(argc, argv, params, LLAMA_EXAMPLE_PERPLEXITY)) {
19661967
return 1;

0 commit comments

Comments
 (0)