Skip to content

Commit

Permalink
fix(hugging-face): update dependency transformers to v4.35.2 (#12657)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Nov 15, 2023
1 parent f7aa568 commit 9e0d29d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions hugging-face/poetry.lock

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

2 changes: 1 addition & 1 deletion hugging-face/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ authors = ["Hongbo Miao"]
[tool.poetry.dependencies]
python = "3.12.x"
torch = "2.1.1"
transformers = {version = "4.35.1", extras = ["sentencepiece"]}
transformers = {version = "4.35.2", extras = ["sentencepiece"]}

[tool.poetry.group.dev.dependencies]
poethepoet = "0.24.3"
Expand Down

0 comments on commit 9e0d29d

Please sign in to comment.