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

Remove GPU list endpoints #2333

Merged
merged 1 commit into from
Nov 22, 2023
Merged

Remove GPU list endpoints #2333

merged 1 commit into from
Nov 22, 2023

Conversation

joeyballentine
Copy link
Member

I noticed we still had these around. The NCNN one wasn't being used by anything, and the nvidia one is being used for something on the frontend that basically just tells you if you have an nvidia gpu or not.

The frontend shouldn't care about that (imo). CUDA is only relevant to the pytorch and onnx dependencies, and they already handle changing their deps based on whether the GPU is supported or not.

If we were to do something to show that, i would think we'd do something like the feature system, where we'd have a "CUDA" feature that displays that it is enabled somewhere. idk, i don't really think its that important.

@joeyballentine joeyballentine merged commit 10825aa into main Nov 22, 2023
@joeyballentine joeyballentine deleted the remove-gpu-lists branch November 22, 2023 14:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants