ggml-ffi 0.0.1

Up-to-date Rust FFI bindings to GGML.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Wrapper header for bindgen to pull in the public GGML API.
#include "ggml.h"
#include "ggml-alloc.h"
#include "ggml-backend.h"
#include "ggml-blas.h"
#include "ggml-cann.h"
#include "ggml-cpu.h"
#include "ggml-cuda.h"
#include "ggml-metal.h"
#include "ggml-opencl.h"
#include "ggml-opt.h"
#include "ggml-rpc.h"
#include "ggml-sycl.h"
#include "ggml-vulkan.h"
#include "ggml-webgpu.h"
#include "gguf.h"