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:
parent
46e47417aa
commit
751fcfc6c3
7 changed files with 222 additions and 193 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue