aprender-serve 0.64.0

Pure Rust ML inference engine built from scratch - model serving for GGUF and safetensors
1
2
3
4
5
6
7
8
9
10
11
12
mod layer_norm;
mod kvcache_creation_zero;
mod qa_012_latency;
mod imp_025_onnx;
mod imp_046;
mod imp_072;
mod fused_qkv_quantized;
mod attention_forward;
mod softmax_empty;
// mod tests_10; // Disabled: compilation errors (see GH issue tracker)
mod attention_getters;
mod lp_contract;