Live data from Hacker News

Viewing profile — varunshenoy

varunshenoy

HN member
Joined
Fri, May 27, 2016, 4:16 AM UTC
HN karma
381
Public activity
40 items

About varunshenoy

site: varunshenoy.com twitter: @varunshenoy_

Recent public activity

  1. comment
    Comment #39890564

    I've been playing with AI agents for months, and most of them are pretty bad. They often get stuck in loops, which is frustrating. This happens in MultiOn, AutoGPT, and others. I'v…

  2. story
  3. story
  4. story
  5. comment
    Comment #38538333

    Hey guys! Just wanted to share a fun side project. Code is here: https://github.com/varunshenoy/latentverse

  6. story
  7. comment
    Comment #38365832

    Slightly different set of trade-offs, but similar mental model. You always use large batch sizes (compute bound) and the bottleneck usually ends up communication between GPUs/nodes…

  8. comment
    Comment #38359109

    Good question. Yes, the 10GB available for batching is in the HBM. In a single forward pass, you move the entire model from HBM -> SRAM exactly once. In a batched forward pass, thi…

  9. comment
    Comment #38357028

    Thanks! vLLM for quick set up, TRT-LLM for best performance. Both available on https://baseten.co/ .

  10. comment
    Comment #38356755

    Absolutely. Looks like the M1 Ultra has 800GB/s of memory bandwidth and ~20 TFLOPS of compute. The same calculations from the post should hold, except with these new values.

  11. comment
  12. story
  13. story
    Show HN: Misgif – AI Generated GIFs

    Happy Halloween HN! Excited to share Misgif, a new AI powered app I've been working on over the last few weeks. Put yourself in your favorites movies, TV shows, and more. Under the…

  14. comment
    Comment #38078027

    Awesome job guys, and thank you for creating it. Curious if you guys have any insights on long-term memory and if there are better ways to do retreivel apart from top-k. Seems weir…

  15. story
  16. story
  17. comment
    Comment #37140508

    You can write an extension to support LoRA (~10 lines of Python HF Diffusers code). If you get to this before me, please create a PR!

  18. comment
    Comment #37140504

    LoRAs can be handled as a straight-forward Python extension!

  19. comment
    Comment #37139456

    If anyone wants to add SDXL support, all you have to do is create a new extension with the correct SDXL logic (loading from HF diffusers, etc.). You could parameterize `num_inferen…

  20. comment
  21. story
  22. story
  23. story
  24. story
  25. story