vulkan: initial support for IQ4_XS quantization (#11501)

This commit is contained in:
Rémy O
2025-02-06 07:09:59 +01:00
committed by GitHub
parent 1b598b3058
commit 8a7e3bf17a
13 changed files with 169 additions and 13 deletions

View File

@ -60,6 +60,7 @@ const std::vector<std::string> type_names = {
"iq2_s",
"iq3_xxs",
"iq3_s",
"iq4_xs",
"iq4_nl"
};