mirror of
https://github.com/ikawrakow/ik_llama.cpp.git
synced 2026-06-28 04:30:15 -05: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