boostr 0.1.0

ML framework built on numr - attention, quantization, model architectures
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pub mod io;
pub mod metadata;
pub mod name_map;
pub mod reader;
pub mod tensor_info;
pub mod types;
pub mod value;

pub use metadata::GgufMetadata;
pub use name_map::gguf_to_hf_name;
pub use reader::Gguf;
pub use tensor_info::GgufTensorInfo;
pub use types::{GgmlType, GgufValueType};
pub use value::GgufValue;