mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-10-31 08:51:55 +00:00 
			
		
		
		
	perplexity : do not escape input data by default (#9548)
This commit is contained in:
		| @@ -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; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Sigbjørn Skjæret
					Sigbjørn Skjæret