pythongiant
- Karma
- 0
- Created
- ()
- Submissions
- 0
- Show HN: TurboQuant for mlx-lm (Apple Silicon) (github.com)
Hi HN, I built mlx-turboquant, an implementation of Google's TurboQuant KV-cache compression algorithm for Apple's MLX framework. The repository includes quality benchmarks, memory benchmarks, and a modular…
- Show HN: KVBoost – chunk-level KV cache reuse for HuggingFace, 5–48x faster TTFT (pythongiant.github.io)
- CUDA Programming: From Zero to GPU Kernels – A Beginner's Guide (pythongiant.github.io)
- Show HN: I built GPT from scratch to understand how it works (pythongiant.github.io)
If you’ve ever been curious about how GPT actually works under the hood, I built a small project you might find interesting. I implemented a GPT-style transformer from scratch in a single notebook—covering tokenization,…