aprender 0.31.2

Next-generation ML framework in pure Rust — `cargo install aprender` for the `apr` CLI
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
<!-- PCU: ch22-vs-llamacpp | contract: contracts/apr-book-ch22-v1.yaml -->
<!-- Example: cargo run -p aprender-core --example ch22_vs_llamacpp -->
<!-- Status: enforced -->

# Benchmark: aprender-serve vs llama.cpp

> Contract: [`apr-book-ch22`]../../../contracts/apr-book-ch22-v1.yaml

Run: `cargo run -p aprender-core --example ch22_vs_llamacpp`

```rust,ignore
{{#include ../../../crates/aprender-core/examples/ch22_vs_llamacpp.rs}}
```