mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-10-31 08:51:55 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			221 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			221 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #ifndef BUILD_INFO_H
 | |
| #define BUILD_INFO_H
 | |
| 
 | |
| #define BUILD_NUMBER @BUILD_NUMBER@
 | |
| #define BUILD_COMMIT "@BUILD_COMMIT@"
 | |
| #define BUILD_COMPILER "@BUILD_COMPILER@"
 | |
| #define BUILD_TARGET "@BUILD_TARGET@"
 | |
| 
 | |
| #endif // BUILD_INFO_H
 | 
