vulkan: initial support for IQ4_XS quantization (#11501)
This commit is contained in:
parent
1b598b3058
commit
8a7e3bf17a
13 changed files with 169 additions and 13 deletions
|
@ -60,6 +60,7 @@ const std::vector<std::string> type_names = {
|
|||
"iq2_s",
|
||||
"iq3_xxs",
|
||||
"iq3_s",
|
||||
"iq4_xs",
|
||||
"iq4_nl"
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue