From ac37ea562bb9286bd222e5bd83e11d34f91256b1 Mon Sep 17 00:00:00 2001 From: Andrei Betlen Date: Fri, 25 Aug 2023 15:11:08 -0400 Subject: [PATCH] Add temporary docs for GGUF model conversion --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0901b63..b9d72f9 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ This package provides: Documentation is available at [https://llama-cpp-python.readthedocs.io/en/latest](https://llama-cpp-python.readthedocs.io/en/latest). > [!WARNING] -> Starting with version 0.1.79 the model format has changed from `ggmlv3` to `gguf` +> Starting with version 0.1.79 the model format has changed from `ggmlv3` to `gguf`. Old model files can be converted using the `convert-llama-ggmlv3-to-gguf.py` script in [`llama.cpp`](https://github.com/ggerganov/llama.cpp) ## Installation from PyPI (recommended)