Skip to content

Commit 601df47

Browse files
authored
hf-xet (#632)
1 parent 6c7980f commit 601df47

File tree

2 files changed

+40
-11
lines changed

2 files changed

+40
-11
lines changed

libs/infinity_emb/poetry.lock

Lines changed: 39 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libs/infinity_emb/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ keywords = ["vector", "embedding", "neural", "search", "sentence-transformers"]
1515
python = ">=3.9,<4"
1616
# basics, pin numpy <2 for onnx
1717
numpy = ">=1.20.0,<2"
18-
huggingface_hub="*"
18+
huggingface_hub= {version = ">=0.32.0", optional=true}
1919
# logging
2020
rich = {version = "^13", optional=true}
2121
# webserver-only

0 commit comments

Comments
 (0)