perplexity : do not escape input data by default (#9548)

This commit is contained in:
Sigbjørn Skjæret 2024-09-20 08:38:10 +02:00 committed by GitHub
parent 6026da52d6
commit 722ec1eb51
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;