mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-10-31 08:51:55 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			104 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			104 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| from gguf import __version__
 | |
| 
 | |
| # TODO: add tests
 | |
| 
 | |
| 
 | |
| def test_version():
 | |
|     assert __version__ == '0.1.0'
 | 
