mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-10-30 08:42:00 +00:00 
			
		
		
		
	Fix llama-android.cpp for error - "common/common.h not found" (#8145)
- Path seems to be wrong for the common.h header file in llama-android.cpp file. Fixing the path so the Android Build doesn't fail with the error "There is no file common/common.h"
This commit is contained in:
		 Raj Hammeer Singh Hada
					Raj Hammeer Singh Hada
				
			
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			 GitHub
						GitHub
					
				
			
						parent
						
							9b31a40c6d
						
					
				
				
					commit
					ac146628e4
				
			| @@ -5,7 +5,7 @@ | |||||||
| #include <string> | #include <string> | ||||||
| #include <unistd.h> | #include <unistd.h> | ||||||
| #include "llama.h" | #include "llama.h" | ||||||
| #include "common/common.h" | #include "common.h" | ||||||
|  |  | ||||||
| // Write C++ code here. | // Write C++ code here. | ||||||
| // | // | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user