Skip to content

Commit d4121a5

Browse files
committed
new: gpu package (#224)
1 parent 4f7c82a commit d4121a5

2 files changed

Lines changed: 34 additions & 53 deletions

File tree

poetry.lock

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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.poetry]
2-
name = "fastembed"
2+
name = "fastembed-gpu"
33
version = "0.8.0"
44
description = "Fast, light, accurate library built for retrieval embedding generation"
55
authors = ["Qdrant Team <info@qdrant.tech>", "NirantK <nirant.bits@gmail.com>"]
@@ -19,7 +19,7 @@ numpy = [
1919
{ version = ">=2.1.0", python = "3.13" },
2020
{ version = ">=2.3.0", python = ">=3.14" },
2121
]
22-
onnxruntime = [
22+
onnxruntime-gpu = [
2323
{ version = ">=1.17.0,!=1.20.0,<1.24", python = "3.10" },
2424
{ version = ">=1.17.0,!=1.20.0,!=1.24.0,!=1.24.1", python = ">=3.11,<3.13" },
2525
{ version = ">1.21.0,!=1.24.0,!=1.24.1", python = "3.13" },

0 commit comments

Comments
 (0)