boostr 0.2.0

ML framework built on numr - attention, quantization, model architectures
Documentation
1
2
3
4
5
6
7
pub mod alibi;
pub mod rope;
pub mod rope_packed;

pub use alibi::AlibiOps;
pub use rope::RoPEOps;
pub use rope_packed::RoPEPackedOps;