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
mod gpu_compute;
mod imp_1004a;
mod fused_layernorm;
mod scratch_buffer;
mod argmax_empty;
mod tests_06;
mod tests_07;
mod tests_08;
mod tests_10;
mod tests_11;