Skip to content

Commit

Permalink
need to bump torch version in text-embeddings for local testing on ve…
Browse files Browse the repository at this point in the history
…ctor stores
  • Loading branch information
gphorvath committed Jul 30, 2024
1 parent 17dcc78 commit 682bdf3
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 682bdf3

Please sign in to comment.