aprender 0.30.0

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: ch27-switch-from-unsloth | contract: contracts/apr-book-ch27-v1.yaml -->
<!-- Example: cargo run -p aprender-core --example ch27_switch_unsloth -->
<!-- Status: enforced -->

# Switch From unsloth

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

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

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