mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-06-28 20:25:20 +00:00
vulkan: initial support for IQ4_XS quantization (#11501)
This commit is contained in:
@ -60,6 +60,7 @@ const std::vector<std::string> type_names = {
|
||||
"iq2_s",
|
||||
"iq3_xxs",
|
||||
"iq3_s",
|
||||
"iq4_xs",
|
||||
"iq4_nl"
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user