From d6983dede5a74189f930fe4559256fbb60cd96ca Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Fri, 28 Apr 2023 09:38:31 +0900 Subject: [PATCH] docs: update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a72142bef9..44b9cb72ff 100644 --- a/README.md +++ b/README.md @@ -320,7 +320,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