mirror of
https://github.com/ikawrakow/ik_llama.cpp.git
synced 2026-07-21 10:15:35 +00:00
* Disable K Hadamard transform if K-head size is not a power of 2 * Allow Hadamard transform for head sizes that are not power of 2 * Give more details why Hadamard is not possible * Arghh