mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-10-28 08:31:25 +00:00 
			
		
		
		
	 cc8d081879
			
		
	
	cc8d081879
	
	
	
		
			
			* cmake: Add ability to pass in LLAMA_BUILD_NUMBER/COMMIT * cmake: Pass on LLAMA_BUILD_* to GGML_BUILD_*
		
			
				
	
	
		
			5 lines
		
	
	
		
			198 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			198 B
		
	
	
	
		
			C++
		
	
	
	
	
	
| int LLAMA_BUILD_NUMBER = @LLAMA_BUILD_NUMBER@;
 | |
| char const *LLAMA_COMMIT = "@LLAMA_BUILD_COMMIT@";
 | |
| char const *LLAMA_COMPILER = "@BUILD_COMPILER@";
 | |
| char const *LLAMA_BUILD_TARGET = "@BUILD_TARGET@";
 |