infa-gguf 0.0.1

A minimal rust machine learning library in wip
Documentation
1
2
3
4
mod parser;
pub use parser::*;
mod error;
pub use error::*;