pythongiant

↗ HN profile [ 60.4 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. hey everyone, i decided to make a vLLM plugin that implements the Star-KV paper. the results are quiet promising with a decode kernel thats faster than FA2 in higher batch sizes. would love any thoughts and…

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

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