llama.cpp
3a6efdd0 - convert : use f32 outtype for bf16 tensors (#6106)

Commit
1 year ago
convert : use f32 outtype for bf16 tensors (#6106) The old behaviour is to use f16, but bf16 to f16 is not a lossless conversion. Change the outtype to f32 to default to a lossless conversion.
Author
Parents
Loading