llama_backend_free method

void llama_backend_free()

Call once at the end of the program - currently only used for MPI

Implementation

void llama_backend_free() {
  return _llama_backend_free();
}