boostr 0.1.0

ML framework built on numr - attention, quantization, model architectures
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod block_allocator;
pub mod block_table;
pub mod gpu_block_allocator;

pub use block_allocator::{
    BlockAllocator, BlockAllocatorStats, BlockId, CpuBlockAllocator, NoOpBlockAllocator,
};
pub use block_table::BlockTable;
#[cfg(feature = "cuda")]
pub use gpu_block_allocator::GpuBlockAllocator;