Skip to main content

llama_cpp_bindings/model/params/
fit_result.rs

1#[derive(Debug, Clone, Copy, Eq, PartialEq)]
2pub struct FitResult {
3    pub n_ctx: u32,
4}