Views
No views yet
O_DIRECT (2 rows/token); a small selective-recurrent controller stays resident in RAM.| Item | Value |
|---|---|
| Total weights | 505,437,952 |
| External (SSD) weights | 499,968,000 |
| Controller weights | 5,469,952 |
| Tokenizer | 32,000 BPE (FineWeb-Edu) |
| Base training tokens | 500,000,016 (FineWeb-Edu) |
| Alignment | 20k UltraChat SFT + 500-step DPO |
O_DIRECT. Runtime is the C decoder direct_chat.c. "BPE tok/s" = generated 32k-BPE tokens per second.| Mode | Output speed | I/O per token | Process RSS | GPU |
|---|---|---|---|---|
Cold, SSD-persisted recurrent state (disk-state) | 774 BPE tok/s | 16 KiB | 23.0 MB | none |
| In-RAM recurrent state (state kept in RAM, weights on SSD) | 2,916 BPE tok/s | 8 KiB | 23.3 MB | none |
| Chat eval worst-case sustained | 1,172 BPE tok/s | 8-16 KiB | <25 MB | none |
memory.i8 - int8 external table, page-aligned (499,970,048 bytes)controller.f32 - controller weights, CDR1 headerscale.txt - int8 dequant scalemanifest.json - config and byte countsfineweb-tokenizer.json - tokenizerO_DIRECT decoder (direct_chat.c) in the project repo.