Unverified Commit 09035b71 authored by frob's avatar frob Committed by GitHub
Browse files

Add missing BF16 tensor type. (#7193)


Co-authored-by: default avatarRichard Lyons <frob@cloudstaff.com>
parent f3c8b898
......@@ -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
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment