Skip to content

Commit

Permalink
update poetry lock
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfeil committed Feb 5, 2024
1 parent 6152a42 commit 9850fb4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions libs/infinity_emb/poetry.lock

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

4 changes: 2 additions & 2 deletions libs/infinity_emb/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "infinity_emb"
version = "0.0.22"
version = "0.0.23"
description = "Infinity is a high-throughput, low-latency REST API for serving vector embeddings, supporting a wide range of sentence-transformer models and frameworks."
authors = ["michaelfeil <[email protected]>"]
license = "MIT"
Expand Down Expand Up @@ -36,7 +36,7 @@ sentence-transformers = {version = "^2.3.0", optional=true}
ctranslate2 = {version = "^3.21.0", optional=true}
optimum = {version = "^1.16.1", optional=true, extras=["onnxruntime"]}
fastembed = {version = "0.1.2", optional=true}
hf_transfer = {version="0.1.5", optional=true}
hf_transfer = {version=">=0.1.5", optional=true}
# cache
diskcache = {version = "*", optional=true}
# gpu
Expand Down

0 comments on commit 9850fb4

Please sign in to comment.