llama-cpp-sys-4 0.2.54

Low Level Bindings to llama.cpp
Documentation
1
2
3
4
5
6
#include "models.h"

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