llama-cpp-2 0.1.15

llama.cpp bindings for Rust
Documentation
[[bench]]
harness = false
name = "grammar_bias"
[dependencies.llama-cpp-sys-2]
version = "0.1.15"

[dependencies.thiserror]
version = "1"

[dependencies.tracing]
version = "0.1"
[dev-dependencies.anyhow]
version = "1.0.79"

[dev-dependencies.clap]
features = ["derive"]
version = "4.4.18"

[dev-dependencies.criterion]
version = "0.5.1"

[dev-dependencies.hf-hub]
version = "0.3.2"

[dev-dependencies.pprof]
features = ["criterion", "flamegraph"]
version = "0.13.0"

[features]
cublas = ["llama-cpp-sys-2/cublas"]
[lints.clippy.pedantic]
level = "warn"
priority = 0
[lints.rust.missing_debug_implementations]
level = "warn"
priority = 0

[lints.rust.missing_docs]
level = "warn"
priority = 0

[package]
description = "llama.cpp bindings for Rust"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "llama-cpp-2"
readme = "README.md"
repository = "https://github.com/utilityai/llama-cpp-rs"
version = "0.1.15"