From 4e146fb152b79a43f3163a94389022b4325126d4 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Sat, 29 Apr 2023 23:45:19 +0900 Subject: [PATCH] docs: update README.md (#356) Signed-off-by: Ikko Eltociear Ashimine Co-authored-by: Thomas Schuetz <38893055+thschue@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0189b6d1f3..9f47940ed1 100644 --- a/README.md +++ b/README.md @@ -298,7 +298,7 @@ To run local models, it is possible to use OpenAI compatible APIs, for instance
-To run local inference, you need to download the models first, for instance you can find `ggml` compatible models in [huggingface.com](https://huggingface.co/models?search=ggml) (for example vicuna, alpaca and koala). +To run local inference, you need to download the models first, for instance you can find `ggml` compatible models in [huggingface.co](https://huggingface.co/models?search=ggml) (for example vicuna, alpaca and koala). ### Start the API server