Skip to content

Commit

Permalink
new: gpu package
Browse files Browse the repository at this point in the history
  • Loading branch information
joein authored and generall committed May 3, 2024
1 parent 30af582 commit 9f8797e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[tool.poetry]
name = "fastembed"
name = "fastembed-gpu"
version = "0.2.6"
description = "Fast, light, accurate library built for retrieval embedding generation"
authors = ["NirantK <nirant.bits@gmail.com>"]
authors = ["NirantK <nirant.bits@gmail.com>", "Qdrant Team <info@qdrant.tech>"]
license = "Apache License"
readme = "README.md"
packages = [{include = "fastembed"}]
Expand All @@ -12,8 +12,7 @@ keywords = ["vector", "embedding", "neural", "search", "qdrant", "sentence-trans

[tool.poetry.dependencies]
python = ">=3.8.0,<3.13"
onnx = "^1.15.0"
onnxruntime = "^1.17.0"
onnxruntime-gpu = "^1.17.0"
tqdm = "^4.66"
requests = "^2.31"
tokenizers = "^0.15.1"
Expand Down

0 comments on commit 9f8797e

Please sign in to comment.