diff --git a/llm/ggml.go b/llm/ggml.go index c4475a94..aa846b97 100644 --- a/llm/ggml.go +++ b/llm/ggml.go @@ -244,6 +244,8 @@ func (t Tensor) typeSize() uint64 { return 8 case 29: // IQ1_M return blockSize/8 + blockSize/16 + blockSize/32 + case 30: // BF16 + return 2 default: return 0 }