Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

clarify docs around onnx packages #19

Closed
ssube opened this issue Jan 8, 2023 · 1 comment
Closed

clarify docs around onnx packages #19

ssube opened this issue Jan 8, 2023 · 1 comment
Labels
status/fixed issues that have been fixed and released type/bug broken features
Milestone

Comments

@ssube
Copy link
Owner

ssube commented Jan 8, 2023

While onnx is always needed, users should usually only have one of onnxruntime, onnxruntime-gpu, or onnxruntime-directml installed. The onnxruntime package is for CPU usage, while onnxruntime-gpu and onnxruntime-directml are for the GPU and also GPU. When using the onnxruntime-directml, it also helps to install the nightly version, which can be faster.

For torch, it seems like only torch itself is really needed.

@ssube ssube added status/progress issues that are in progress and have a branch type/bug broken features labels Jan 8, 2023
@ssube ssube added this to the v0.2 milestone Jan 8, 2023
@ssube
Copy link
Owner Author

ssube commented Jan 8, 2023

This is mostly done, but I need to clarify when onnxruntime needs to be installed: microsoft/onnxruntime#7748 (comment) suggests you should not have both onnxruntime and onnxruntime-gpu installed together.

@ssube ssube closed this as completed Jan 8, 2023
@ssube ssube added status/fixed issues that have been fixed and released and removed status/progress issues that are in progress and have a branch labels Mar 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status/fixed issues that have been fixed and released type/bug broken features
Projects
None yet
Development

No branches or pull requests

1 participant