llama-cpp-bindings-sys 0.4.2

Low level bindings to llama.cpp
Documentation
1
2
3
4
5
6
7
8
#pragma once

#include "ggml-backend.h"
#include "ggml.h"

// GGML CPU internal header

ggml_backend_buffer_type_t ggml_backend_cpu_hbm_buffer_type(void);