From f49c5f2829fe13b53c2ca6920c398271ae4ca95c Mon Sep 17 00:00:00 2001 From: Behnam Moh <58621210+ibehnam@users.noreply.github.com> Date: Wed, 29 May 2024 09:14:19 -0400 Subject: [PATCH] fixed the requirements (#803) --- llms/gguf_llm/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/llms/gguf_llm/requirements.txt b/llms/gguf_llm/requirements.txt index 656fe028..012fdd4e 100644 --- a/llms/gguf_llm/requirements.txt +++ b/llms/gguf_llm/requirements.txt @@ -2,3 +2,4 @@ mlx>=0.8 numpy protobuf==3.20.2 sentencepiece +huggingface_hub