README added.

This commit is contained in:
antirez
2023-12-24 23:46:46 +01:00
parent b3092d3860
commit f400e8a36f

8
README.md Normal file
View File

@@ -0,0 +1,8 @@
# GGUF tools
Todo... still not clear what this is going to be.
## Specification documents
* [Official GGUF specification](https://github.com/ggerganov/ggml/blob/master/docs/gguf.md), where the file layout and meta-data is described.
* [Quantization formats](https://github.com/ggerganov/ggml/blob/master/src/ggml-quants.h) used in quantized GGUF models.