Add BF16 support and fix warnings

This change updates the data type definitions to be the same as the
latest source code. Support for the bfloat16 data type is available
however it can't interpret the IQ quantization formats yet. Cleanup
of compiler warnings and other nits have been fixed, but behavioral
changes have been avoided, and no new features are as of yet added.
This commit is contained in:
Justine Tunney
2024-05-25 22:48:18 -07:00
parent 3e5c0a464d
commit ede59bb742
6 changed files with 201 additions and 27 deletions

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
gguf-tools