Update README.md
This commit is contained in:
@@ -45,11 +45,11 @@ The engine is a single C file (`c/glm.c`, ~1,300 lines) plus small headers. No B
|
|||||||
| disk ceiling (VHDX random) | ~1 GB/s → ~0.05–0.1 tok/s cold |
|
| disk ceiling (VHDX random) | ~1 GB/s → ~0.05–0.1 tok/s cold |
|
||||||
| MTP speculation | 2.0 tok/forward measured |
|
| MTP speculation | 2.0 tok/forward measured |
|
||||||
|
|
||||||
|
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
|
### 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. 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.
|
||||||
|
|
||||||
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.
|
|
||||||
|
|
||||||
## Quick start
|
## Quick start
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|||||||
Reference in New Issue
Block a user