Skip to content

Commit

Permalink
fix(analyze-sentiment): update dependency torch to v2.2.2 (#15522)
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 Mar 27, 2024
1 parent bc5bccf commit 107d488
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 28 deletions.
54 changes: 27 additions & 27 deletions machine-learning/hugging-face/analyze-sentiment/poetry.lock

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

Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["Hongbo Miao"]

[tool.poetry.dependencies]
python = "3.10.x"
torch = "2.2.1"
torch = "2.2.2"
transformers = {version = "4.39.1", extras = ["sentencepiece"]}

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

0 comments on commit 107d488

Please sign in to comment.