mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-11-04 09:32:00 +00:00 
			
		
		
		
	* gitignore : add dist and rm pyproject.toml * gguf: prepare as Pip package * gguf: prepare as Pip package * gguf : fix line endings * requirements : add gguf * gguf : update readme with build notes * gguf : update readme with build notes * gguf : add notes for tests
		
			
				
	
	
		
			8 lines
		
	
	
		
			65 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			65 B
		
	
	
	
		
			Python
		
	
	
	
	
	
import gguf
 | 
						|
 | 
						|
# TODO: add tests
 | 
						|
 | 
						|
 | 
						|
def test_write_gguf():
 | 
						|
    pass
 |