Add temporary docs for GGUF model conversion

This commit is contained in:
Andrei Betlen 2023-08-25 15:11:08 -04:00
parent ef23d1e545
commit ac37ea562b

View file

@ -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)