Live data from Hacker News

Viewing profile — pythongiant

pythongiant

HN member
Joined
Tue, Feb 26, 2019, 11:18 AM UTC
HN karma
13
Public activity
22 items

About pythongiant

@pythongiant(github) is an AI/ML researcher and engineer, currently a Research Intern at Microsoft Research India/ I build open-source tools and models around LLMs, transformers, and inference systems.

Recent public activity

  1. comment
    Comment #49259582

    Tenosra is all about making AI more efficient and resourceful you can read more abour it at: https://www.tenosra.com/proxima

  2. story
    Show HN: Proxima serves 4x more requests with no hardware change on vLLM

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

  3. story
  4. story
  5. comment
    Comment #48816465

    Hey guys, i'm especially interested in feedback on the kernel design and integration onto mlx lm. Its on pypi as well as a simple pip install mlx-turboquant :P

  6. story
    Show HN: TurboQuant for mlx-lm (Apple Silicon)

    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…

  7. comment
    Comment #48234211

    KVBoost is a drop-in replacement for AutoModelForCausalLM. Same API surface (KVBoost.from_pretrained(...), engine.generate(...)), but with cross-request KV reuse, FlashAttention-2,…

  8. comment
    Comment #48234000

    Here's the repository incase anyone wants to have a look at the code. leave a star if you find it interesting :P https://github.com/pythongiant/KVBoost

  9. comment
    Comment #48233420

    [flagged]

  10. comment
    Comment #48233397

    [flagged]

  11. comment
    Comment #48233361

    Thanks! this is a weekend project that i am working on in the side just to learn more about ml engineering and custom cuda kernels. didnt think much about the website

  12. comment
    Comment #48233344

    [flagged]

  13. comment
    Comment #48233313

    Makes sense, fixing that. thanks!

  14. comment
    Comment #48233311

    my initial choice was to use Rust for this actually (Probably should've too :P) but i went with python for an initial mvp/skeleton for a future rewrite

  15. comment
    Comment #48232094

    KVBoost is a chunk-level KV cache reuse library for HuggingFace models (pip install kvboost). It supports two recompute strategies (selective boundary and CacheBlend), int8/int4 KV…

  16. comment
  17. story
  18. comment
  19. comment
  20. comment
    Comment #46703920

    just published a beginner-friendly, hands-on guide to GPU programming with CUDA aimed at folks who are comfortable with basic programming but new to parallel computing. Instead of …

  21. story
  22. story
    Show HN: I built GPT from scratch to understand how it works

    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…