Skip to content
Snippets Groups Projects
Unverified Commit e3d2dbf7 authored by Bryce Freshcorn's avatar Bryce Freshcorn Committed by GitHub
Browse files

Update `llama-index-llms-huggingface` dependency (#13420)

parent cfc165d1
Branches
Tags
No related merge requests found
...@@ -28,12 +28,12 @@ exclude = ["**/BUILD"] ...@@ -28,12 +28,12 @@ exclude = ["**/BUILD"]
license = "MIT" license = "MIT"
name = "llama-index-llms-huggingface" name = "llama-index-llms-huggingface"
readme = "README.md" readme = "README.md"
version = "0.1.5" version = "0.2.0"
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = ">=3.8.1,<4.0" python = ">=3.8.1,<4.0"
llama-index-core = "^0.10.1" llama-index-core = "^0.10.1"
huggingface-hub = "^0.20.3" huggingface-hub = "^0.23.0"
torch = "^2.1.2" torch = "^2.1.2"
text-generation = "^0.7.0" text-generation = "^0.7.0"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment