From 0aa883b6bf2fcc5d4ae6760afa6eec8ba70284bc Mon Sep 17 00:00:00 2001 From: thxCode Date: Mon, 5 Aug 2024 21:15:00 +0800 Subject: [PATCH] readme: introduce gguf-parser GGUF Parser is a tool to review/check the GGUF file and estimate the memory usage without downloading the whole model. Signed-off-by: thxCode --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8a26d84e5..7f48fde6e 100644 --- a/README.md +++ b/README.md @@ -186,6 +186,7 @@ Unless otherwise noted these projects are open-source with permissive licensing: - [akx/ggify](https://github.com/akx/ggify) – download PyTorch models from HuggingFace Hub and convert them to GGML - [crashr/gppm](https://github.com/crashr/gppm) – launch llama.cpp instances utilizing NVIDIA Tesla P40 or P100 GPUs with reduced idle power consumption +- [gpustack/gguf-parser](https://github.com/gpustack/gguf-parser-go/tree/main/cmd/gguf-parser) - review/check the GGUF file and estimate the memory usage **Infrastructure:**