-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Update onnxruntime package candidates #2666
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
Update onnxruntime package candidates #2666
Conversation
The documentation is not available anymore as the PR was closed or merged. |
@@ -156,6 +156,8 @@ | |||
"onnxruntime-directml", | |||
"onnxruntime-openvino", | |||
"ort_nightly_directml", | |||
"onnxruntime-rocm", | |||
"onnxruntime-training", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add ort_nightly_gpu
@PeixuanZuo, could you try use optimum as described in #2702.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay, I will take a look.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, these should cover the new runtimes until we move to optimum
, thank you @PeixuanZuo!
* update import onnxruntime package, enable onnxruntime-rocm and onnxruntime-training * add ort_nightly_gpu
* update import onnxruntime package, enable onnxruntime-rocm and onnxruntime-training * add ort_nightly_gpu
* update import onnxruntime package, enable onnxruntime-rocm and onnxruntime-training * add ort_nightly_gpu
For onnxruntime ROCm EP, two python package will be used.
onnxruntime-training
).onnxruntime-rocm
).For onnxruntime Cuda EP,
ort_nightly_gpu
is needed for inference nightly python package.