mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-10-30 08:42:00 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			163 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			163 B
		
	
	
	
		
			INI
		
	
	
	
	
	
| [mypy]
 | |
| strict = true
 | |
| allow_untyped_calls = true
 | |
| allow_untyped_defs = true
 | |
| allow_incomplete_defs = true
 | |
| disable_error_code = import-untyped
 | |
| warn_return_any = false
 | 
