llama-rs 0.15.0

A high-performance Rust implementation of llama.cpp - LLM inference engine with full GGUF support
Documentation
1
2
//! HuggingFace config.json parser (re-exported from model::hf_config)
pub use crate::model::hf_config::*;