mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2026-09-10 14:59:01 +02:00
c2e058f1b4
The tid is decomposed into "ow + ky*OW + kx*OW*KH". Change "ksize" to match.