From 4a1faf3b66e17d89269653f9174d2f36b4a6ad19 Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Wed, 26 Jul 2023 08:29:38 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20docs(README.md):=20update=20depe?= =?UTF-8?q?ndencies=20section=20to=20remove=20huggingface-hub=20and=20ment?= =?UTF-8?q?ion=20the=20ability=20to=20use=20models=20from=20LocalAI=20proj?= =?UTF-8?q?ect?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a51416e4f..e88f9c762 100644 --- a/README.md +++ b/README.md @@ -65,9 +65,10 @@ This will install the following dependencies: - [CTransformers](https://github.com/marella/ctransformers) - [llama-cpp-python](https://github.com/abetlen/llama-cpp-python) -- [huggingface-hub](https://github.com/huggingface/huggingface_hub) - [sentence-transformers](https://github.com/UKPLab/sentence-transformers) +You can still use models from projects like LocalAI + Next, run: ```shell