mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-10-30 08:42:00 +00:00 
			
		
		
		
	server : disable llm logs if SERVER_VERBOSE is off (#3792)
This commit is contained in:
		| @@ -2645,6 +2645,9 @@ static void append_to_generated_text_from_generated_token_probs(llama_server_con | ||||
|  | ||||
| int main(int argc, char **argv) | ||||
| { | ||||
| #if SERVER_VERBOSE != 1 | ||||
|     log_disable(); | ||||
| #endif | ||||
|     // own arguments required by this example | ||||
|     gpt_params params; | ||||
|     server_params sparams; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 olexiyb
					olexiyb