Files
ik_llama.cpp/github-data/pull_requests/528 - Fix bug introduced in _524_525.md
2025-07-23 13:31:53 +02:00

690 B

🐛 #528 - Fix bug introduced in #524/#525

Author ikawrakow
State Closed
Created 2025-06-14
Updated 2025-06-14

Description

When adding the faster GEMM in #524 / #525 I forgot to add the call to iqk_convert_repack also in the MoE matrix multiplication functions, which causes a crash (see #527). This PR fixes it.


💬 Conversation

👤 ycat3 commented the 2025-06-14 at 10:30:08:

Thanks. It works fine. #527