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

filter the list of available platforms based on the ORT provider data #69

Closed
ssube opened this issue Jan 22, 2023 · 0 comments
Closed
Labels
status/fixed issues that have been fixed and released type/feature new features
Milestone

Comments

@ssube
Copy link
Owner

ssube commented Jan 22, 2023

The ONNX runtime library provides a way to get the list of valid providers. Use that data to filter the list of available platforms when the server starts up, to avoid offering invalid providers to the client, and help users avoid the CPU fallback.

@ssube ssube added status/new issues that have not been confirmed yet type/feature new features labels Jan 22, 2023
@ssube ssube added this to the v0.5 milestone Jan 22, 2023
@ssube ssube closed this as completed in c768cd8 Jan 22, 2023
@ssube ssube added status/fixed issues that have been fixed and released and removed status/new issues that have not been confirmed yet 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/feature new features
Projects
None yet
Development

No branches or pull requests

1 participant