This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| * lee.c v7 — Vision-Language Model in pure C | |
| * | |
| * Named after Bruce Lee (the only man who beat Chuck Norris) | |
| * and Minhyeok Lee (whose self-identity framework gives Chuck his soul). | |
| * | |
| * Sees images. Speaks words. Adds numbers. Zero dependencies. | |
| * Tape-based autograd with arena bump allocator. | |
| * | |
| * Architecture: |