From 8e8d5fb02b6b718254f2e8fda26b9bd4533682b8 Mon Sep 17 00:00:00 2001 From: Vincenzo Date: Sun, 5 Jul 2026 23:22:23 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d79356f..7472bf0 100644 --- a/README.md +++ b/README.md @@ -48,9 +48,9 @@ The engine is a single C file (`c/glm.c`, ~1,300 lines) plus small headers. No B This is not fast. It is a 744B frontier-class model **answering correctly on a machine that costs less than one H100 fan**. Warm cache, pinned hot experts and MTP push the useful-response latency down considerably; the physics of the disk does the rest. ### SSD Wear Warning -Cold starts are heavy on random reads. While reads are mostly safe, the OS page cache can cause writes. Heavy use may accelerate SSD wear, especially on cheaper drives. Use with caution and monitor your drive health. +Cold starts are heavy on random reads (~11 GB/token). Reads themselves are safe, but the OS page cache can generate writes. Heavy use may accelerate wear on cheaper SSDs. Use with caution and monitor your drive health. -## Quick start +### Quick start ```bash cd c