Skip to content

Commit

Permalink
added gpu support
Browse files Browse the repository at this point in the history
  • Loading branch information
ameen-91 committed Dec 15, 2024
1 parent 4d91dec commit 15db7f4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry.scripts]
infero = "infero.main:app"

[tool.poetry.extras]
gpu = ["onnxruntime-gpu"]

0 comments on commit 15db7f4

Please sign in to comment.