llama_backend_init method
Initialize the llama + ggml backend If numa is true, use NUMA optimizations Call once at the start of the program
Implementation
void llama_backend_init(
bool numa,
) {
return _llama_backend_init(
numa,
);
}
Initialize the llama + ggml backend If numa is true, use NUMA optimizations Call once at the start of the program
void llama_backend_init(
bool numa,
) {
return _llama_backend_init(
numa,
);
}