Build a Minimal Transformer Inference Engine for Your Portfolio
A practical guide to building a minimal transformer inference engine with KV cache, tokenizer, attention, and sampler. It demonstrates systems skills that hiring managers look for.
A practical guide to building a minimal transformer inference engine with KV cache, tokenizer, attention, and sampler. It demonstrates systems skills that hiring managers look for.
A practical, step-by-step guide to building a byte-level BPE tokenizer with regex pre-tokenization, signaling real NLP systems engineering skill to hiring managers.