mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-10-30 08:42:00 +00:00 
			
		
		
		
	metal : reusing llama.cpp logging (#3152)
* metal : reusing llama.cpp logging * cmake : build fix * metal : logging callback * metal : logging va_args memory fix * metal : minor cleanup * metal : setting function like logging macro to capital letters * llama.cpp : trailing whitespace fix * ggml : log level enum used by llama * Makefile : cleanup ggml-metal recipe * ggml : ggml_log_callback typedef * ggml : minor --------- Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>
This commit is contained in:
		 Rickard Hallerbäck
					Rickard Hallerbäck
				
			
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			 GitHub
						GitHub
					
				
			
						parent
						
							527e57cfd8
						
					
				
				
					commit
					dc6897404e
				
			| @@ -903,7 +903,7 @@ static void test_gen(llama_context * ctx, int n_gen, int n_past, int n_threads) | ||||
|     } | ||||
| } | ||||
|  | ||||
| static void llama_null_log_callback(enum llama_log_level level, const char * text, void * user_data) { | ||||
| static void llama_null_log_callback(enum ggml_log_level level, const char * text, void * user_data) { | ||||
|     (void) level; | ||||
|     (void) text; | ||||
|     (void) user_data; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user