7 lines
89 B
C++
7 lines
89 B
C++
#include "ggml-backend.h"
|
|
|
|
int main(void) {
|
|
ggml_backend_load_all();
|
|
return 0;
|
|
}
|