mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-10-31 08:51:55 +00:00 
			
		
		
		
	Remove Q4_3 which is no better than Q5 (#1218)
This commit is contained in:
		| @@ -9,7 +9,6 @@ static const std::map<std::string, enum llama_ftype> LLAMA_FTYPE_MAP = { | ||||
|   {"q4_0", LLAMA_FTYPE_MOSTLY_Q4_0}, | ||||
|   {"q4_1", LLAMA_FTYPE_MOSTLY_Q4_1}, | ||||
|   {"q4_2", LLAMA_FTYPE_MOSTLY_Q4_2}, | ||||
|   {"q4_3", LLAMA_FTYPE_MOSTLY_Q4_3}, | ||||
|   {"q5_0", LLAMA_FTYPE_MOSTLY_Q5_0}, | ||||
|   {"q5_1", LLAMA_FTYPE_MOSTLY_Q5_1}, | ||||
|   {"q8_0", LLAMA_FTYPE_MOSTLY_Q8_0}, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Stephan Walter
					Stephan Walter