Commit e41ea81
committed
Add GGUF-isolation warning to f16 section — prevent calibration confusion
Adds clear table + warning at top of f16 block:
- F16 (5-bit exp, 10-bit mant) ≠ BF16 (8-bit exp, 7-bit mant)
- F16 is for sensors/audio/ARM interchange
- BF16 pipeline (above) is for GGUF model weight calibration
- Other sessions must NOT use f16_to_f32_ieee754 for GGUF hydration
No code changes. Documentation only.
https://claude.ai/code/session_017ZN5PNEf8boFBgorUZVrFU1 parent 8878ff2 commit e41ea81
1 file changed
Lines changed: 16 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2360 | 2360 | | |
2361 | 2361 | | |
2362 | 2362 | | |
| 2363 | + | |
| 2364 | + | |
| 2365 | + | |
| 2366 | + | |
| 2367 | + | |
| 2368 | + | |
| 2369 | + | |
| 2370 | + | |
| 2371 | + | |
| 2372 | + | |
| 2373 | + | |
| 2374 | + | |
| 2375 | + | |
| 2376 | + | |
| 2377 | + | |
| 2378 | + | |
2363 | 2379 | | |
2364 | 2380 | | |
2365 | 2381 | | |
| |||
0 commit comments