You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
onnxruntime_cxx_api.h has std::vector<std::string> GetAvailableProviders(); though I think it would still list nvidia even if in a computer without a nvidia gpu ? not sure.
Add a setting to choose which GPU is / are used
CPU by default unless we detect an nvidia card.
Should be a good starting point!
The text was updated successfully, but these errors were encountered:
std::vector<std::string> GetAvailableProviders();
though I think it would still list nvidia even if in a computer without a nvidia gpu ? not sure.Should be a good starting point!
The text was updated successfully, but these errors were encountered: