mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-11-04 09:32:00 +00:00 
			
		
		
		
	llama : use cmake for swift build
This commit is contained in:
		
							
								
								
									
										4
									
								
								Sources/llama/llama.h
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										4
									
								
								Sources/llama/llama.h
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,4 @@
 | 
			
		||||
#pragma once
 | 
			
		||||
 | 
			
		||||
#include <llama.h>
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										5
									
								
								Sources/llama/module.modulemap
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										5
									
								
								Sources/llama/module.modulemap
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,5 @@
 | 
			
		||||
module llama [system] {
 | 
			
		||||
    header "llama.h"
 | 
			
		||||
    link "llama"
 | 
			
		||||
    export *
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user