llama-cpp-v3 0.1.7

Safe and ergonomic Rust wrapper for llama.cpp with dynamic loading
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "llama-cpp-v3"
version = "0.1.7"
edition = "2021"
description = "Safe and ergonomic Rust wrapper for llama.cpp with dynamic loading"
license = "MIT"
repository = "https://github.com/enlila/llama-cpp-v3" # Placeholder
readme = "README.md"

[dependencies]
llama-cpp-sys-v3 = { path = "../llama-cpp-sys-v3", version = "0.1.7" }
thiserror = "2"
ureq = { version = "3", features = ["json"] }
zip = "2"
dirs = "5"
serde_json = "1.0.149"