aprender 0.29.3

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
14
15
16
17
18
# Phi HuggingFace Import - Model Import Example

This example demonstrates importing Microsoft Phi models from HuggingFace format.

**Run command:**
```bash
cargo run --example phi_hf_import --release
```

**Topics covered:**
- HuggingFace SafeTensors format parsing
- Phi model architecture (Phi-2, Phi-3)
- Weight tensor mapping and conversion
- Model configuration extraction

**See also:**
- [Qwen Inference]./qwen-inference.md
- [Examples Reference]./examples-reference.md