Skip to content

Commit

Permalink
fix(hugging-face): update dependency torch to v2.1.1 (#12656)
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 97d4098 commit f7aa568
Show file tree
Hide file tree
Showing 2 changed files with 215 additions and 23 deletions.
236 changes: 214 additions & 22 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 @@ -6,7 +6,7 @@ authors = ["Hongbo Miao"]

[tool.poetry.dependencies]
python = "3.12.x"
torch = "2.1.0"
torch = "2.1.1"
transformers = {version = "4.35.1", extras = ["sentencepiece"]}

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit f7aa568

Please sign in to comment.