[package]
name = "llama-cpp-2"
description = "llama.cpp bindings for Rust"
version = "0.1.5"
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/utilityai/llama-cpp-rs"
[dependencies]
llama-cpp-sys-2 = { path = "../llama-cpp-sys-2", version = "0.1.5" }
thiserror = { workspace = true }
tracing = { workspace = true }
[dev-dependencies]
hf-hub = { workspace = true }
criterion = { workspace = true }
pprof = { workspace = true, features = ["criterion", "flamegraph"] }
[[bench]]
name = "grammar_bias"
harness = false
[features]
cublas = ["llama-cpp-sys-2/cublas"]
[lints]
workspace = true