Skip to content

Commit

Permalink
fix(hugging-face): update dependency transformers to v4.36.0 (#13215)
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 Dec 11, 2023
1 parent 4271ae0 commit d05f621
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
48 changes: 24 additions & 24 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.10.x"
torch = "2.1.1"
transformers = {version = "4.35.2", extras = ["sentencepiece"]}
transformers = {version = "4.36.0", extras = ["sentencepiece"]}

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

0 comments on commit d05f621

Please sign in to comment.