Skip to content

Commit

Permalink
new: gpu package (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
joein committed Dec 24, 2024
1 parent 1befb7f commit 4be154a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.poetry]
name = "fastembed"
name = "fastembed-gpu"
version = "0.5.0"
description = "Fast, light, accurate library built for retrieval embedding generation"
authors = ["Qdrant Team <[email protected]>", "NirantK <[email protected]>"]
Expand All @@ -19,7 +19,7 @@ numpy = [
{ version = ">=1.26", python = ">=3.12,<3.13" },
{ version = ">=2.1.0", python = ">=3.13" }
]
onnxruntime = [
onnxruntime-gpu = [
{ version = ">=1.17.0,<1.20.0", python = "<3.10" },
{ version = ">=1.17.0,!=1.20.0", python = ">=3.10,<3.13" },
{ version = ">1.20.0", python = ">=3.13" }
Expand Down

0 comments on commit 4be154a

Please sign in to comment.