mirror of
https://github.com/ollama/ollama.git
synced 2026-09-26 17:44:54 +00:00
Add missing BF16 tensor type. (#7193)
Co-authored-by: Richard Lyons <frob@cloudstaff.com>
This commit is contained in:
parent
f3c8b898cd
commit
09035b71cd
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue