From e3d2dbf7d77182087c9ea9da7f24cf3cac95a76a Mon Sep 17 00:00:00 2001 From: Bryce Freshcorn <26725654+brycecf@users.noreply.github.com> Date: Fri, 10 May 2024 13:43:53 -0400 Subject: [PATCH] Update `llama-index-llms-huggingface` dependency (#13420) --- .../llms/llama-index-llms-huggingface/pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/llama-index-integrations/llms/llama-index-llms-huggingface/pyproject.toml b/llama-index-integrations/llms/llama-index-llms-huggingface/pyproject.toml index 0d3b2344f2..3aba66ddaf 100644 --- a/llama-index-integrations/llms/llama-index-llms-huggingface/pyproject.toml +++ b/llama-index-integrations/llms/llama-index-llms-huggingface/pyproject.toml @@ -28,12 +28,12 @@ exclude = ["**/BUILD"] license = "MIT" name = "llama-index-llms-huggingface" readme = "README.md" -version = "0.1.5" +version = "0.2.0" [tool.poetry.dependencies] python = ">=3.8.1,<4.0" llama-index-core = "^0.10.1" -huggingface-hub = "^0.20.3" +huggingface-hub = "^0.23.0" torch = "^2.1.2" text-generation = "^0.7.0" -- GitLab