Skip to content

Commit

Permalink
add onnx dep
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanMarx committed Feb 6, 2024
1 parent bfdcf47 commit de890ac
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 2 deletions.
43 changes: 42 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,12 @@ tensorflow = {version = "^2.3", optional = true}
torch = {version = "^2.0", optional = true}
google-cloud-storage = {version = "^1.38", optional = true }
nvidia-tensorrt = { version = "^8.0", optional = true, source = "ngc" }
onnx = {version = "^1.15.0", optional = true}

[tool.poetry.extras]
# quiver
tensorflow = ["tensorflow"]
torch = ["torch", "urllib3"]
torch = ["torch", "onnx", "urllib3"]
gcs = ["google-cloud-storage"]
tensorrt = ["nvidia-tensorrt"]

Expand Down

0 comments on commit de890ac

Please sign in to comment.