Files
omnivoice.cpp-openwebui_patch/ggml/examples/test-cmake/test-cmake.cpp
T
2026-08-16 19:09:33 +07:00

7 lines
89 B
C++

#include "ggml-backend.h"
int main(void) {
ggml_backend_load_all();
return 0;
}