Skip to content

Commit 4ea2be3

Browse files
committed
new: gpu package (#224)
1 parent ad70586 commit 4ea2be3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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.7.0"
44
description = "Fast, light, accurate library built for retrieval embedding generation"
55
authors = ["Qdrant Team <[email protected]>", "NirantK <[email protected]>"]
@@ -18,7 +18,7 @@ numpy = [
1818
{ version = ">=2.1.0", python = ">=3.13" },
1919
{ version = ">=1.21,<2.1.0", python = "<3.10" },
2020
]
21-
onnxruntime = [
21+
onnxruntime-gpu = [
2222
{ version = ">=1.17.0,<1.20.0", python = "<3.10" },
2323
{ version = ">1.20.0", python = ">=3.13" },
2424
{ version = ">=1.17.0,!=1.20.0", python = ">=3.10,<3.13" },

0 commit comments

Comments
 (0)