Vulkan IQ4_NL Support (#8613)

* Fix Vulkan matmul tests compile errors

* Add Vulkan IQ4_NL support

* Fix Vulkan DeepSeek-Coder-V2-Lite MoE support
This commit is contained in:
0cc4m 2024-07-23 10:56:49 +02:00 committed by GitHub
parent 46e47417aa
commit 751fcfc6c3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 222 additions and 193 deletions

View file

@ -52,7 +52,8 @@ const std::vector<std::string> type_names = {
"q3_k",
"q4_k",
"q5_k",
"q6_k"
"q6_k",
"iq4_nl"
};
void execute_command(const std::string& command, std::string& stdout_str, std::string& stderr_str) {