llama-crab-sys 0.1.300

Low-level FFI bindings to llama.cpp, ggml, gguf and mtmd (autogenerated via bindgen + cmake)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Master header included by bindgen.
//
// Optional local helper headers are only included here after they are backed by
// upstream implementations. Placeholder llama_rs_* shims stay out of bindgen.

#pragma once

#include <llama.h>
#include <ggml.h>
#include <ggml-backend.h>
#include <gguf.h>

#if defined(LLAMA_CRAB_HAS_MTMD)
#  include <mtmd.h>
#  include <mtmd-helper.h>
#endif