-
Notifications
You must be signed in to change notification settings - Fork 6.9k
add provider_options in onnxruntime.InferenceSession #10658
Copy link
Copy link
Closed
Description
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...].
We only have provider and provider_options, but we also need to config provider_options in some scenarios
Describe the solution you'd like.
A clear and concise description of what you want to happen.
Add this to
| return ort.InferenceSession(path, providers=[provider], sess_options=sess_options) |
And also pass it from pipeline creation
Describe alternatives you've considered.
A clear and concise description of any alternative solutions or features you've considered.
Additional context.
Add any other context or screenshots about the feature request here.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Fields
Give feedbackNo fields configured for issues without a type.