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