Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
NickMcKillip committed Jul 16, 2024
1 parent 8c25307 commit 14680f0
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 20 deletions.
34 changes: 16 additions & 18 deletions runtimes/huggingface/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions runtimes/huggingface/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "mlserver-huggingface"
version = "2.0.7"
version = "2.0.8"
description = "HuggingFace runtime for MLServer"
authors = ["Seldon Technologies Ltd. <[email protected]>"]
license = "Apache-2.0"
Expand All @@ -17,7 +17,7 @@ pydantic = "2.7.1"
accelerate = "^0.27.2"
bitsandbytes = "^0.42.0"
sentence-transformers = "2.5.1"
transformers = ">=4.36.0"
transformers = "4.41.2"

[tool.poetry.group.dev.dependencies]
mlserver = {path = "../..", develop = true}
Expand Down

0 comments on commit 14680f0

Please sign in to comment.