llama-cpp-bindings 0.8.0

llama.cpp bindings for Rust
Documentation
1
2
3
4
#[derive(Debug, Clone, Copy, Eq, PartialEq)]
pub struct FitResult {
    pub n_ctx: u32,
}