Files
2026-07-13 12:45:52 +08:00

7 lines
89 B
C++

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