Skip to content

Commit

Permalink
chore(deps): bump torch from 2.1.2 to 2.2.0 in /packages/text-embeddi…
Browse files Browse the repository at this point in the history
…ngs (#831)

Bumps [torch](https://github.com/pytorch/pytorch) from 2.1.2 to 2.2.0.
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](pytorch/pytorch@v2.1.2...v2.2.0)

---
updated-dependencies:
- dependency-name: torch
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Gregory Horvath <gphorvath@defenseunicorns.com>
  • Loading branch information
dependabot[bot] and gphorvath committed Jul 30, 2024
1 parent 681aafd commit 22c75cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/text-embeddings/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version = "0.9.2"

dependencies = [
"InstructorEmbedding >= 1.0.1",
"torch == 2.1.2",
"torch == 2.2.0",
"numpy == 1.26.3",
"tqdm == 4.66.3",
"sentence-transformers == 2.2.2",
Expand Down

0 comments on commit 22c75cb

Please sign in to comment.