mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-11-03 09:22:01 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			250 B
		
	
	
	
		
			PkgConfig
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			250 B
		
	
	
	
		
			PkgConfig
		
	
	
	
	
	
prefix=@CMAKE_INSTALL_PREFIX@
 | 
						|
exec_prefix=${prefix}
 | 
						|
libdir=${exec_prefix}/lib
 | 
						|
includedir=${prefix}/include
 | 
						|
 | 
						|
Name: llama
 | 
						|
Description: Port of Facebook's LLaMA model in C/C++
 | 
						|
Version: @PROJECT_VERSION@
 | 
						|
Libs: -L${libdir} -lllama
 | 
						|
Cflags: -I${includedir}
 |