llama-cpp-sys-v3 0.1.7

Raw FFI bindings for llama.cpp with runtime DLL loading support
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "llama-cpp-sys-v3"
version = "0.1.7"
edition = "2021"
description = "Raw FFI bindings for llama.cpp with runtime DLL loading support"
license = "MIT"
repository = "https://github.com/enlila/llama-cpp-v3" # Placeholder, user should update if they have their own repo
readme = "README.md"

[dependencies]
libloading = "0.8"
thiserror = "2"