Skip to content

Commit

Permalink
Update llama-index-llms-huggingface dependency (#13420)
Browse files Browse the repository at this point in the history
  • Loading branch information
brycecf committed May 10, 2024
1 parent cfc165d commit e3d2dbf
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit e3d2dbf

Please sign in to comment.