pythongiant

↗ HN profile [ 55.0 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. 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…

  2. 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,…