llama-crab-sys 0.1.201

Low-level FFI bindings to llama.cpp, ggml, gguf and mtmd (autogenerated via bindgen + cmake)
Documentation
1
2
3
4
5
6
#include "models.h"

std::unique_ptr<llm_graph_context> llama_model_mistral4::build_arch_graph(const llm_graph_params & params) const {
    return std::make_unique<graph>(*this, params);
}