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
ggml : add ggml_backend_load_variant to load specific backend variant
This commit adds a new function ggml_backend_load_variant to the ggml
library.
The motivation for this is that it is useful to be able to load a single
backend variant by name. The particular use case I have is for testing
where I want to be able to load a specific variant of a backend and then
find out what extra buffer types it may support and then load buffer
type using that backend variant.
0 commit comments