Viewing profile — varunshenoy
varunshenoy
HN member- Joined
- Fri, May 27, 2016, 4:16 AM UTC
- HN karma
- 381
- Public activity
- 40 items
- HN profile
- View on Hacker News ↗
About varunshenoy
Recent public activity
-
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…
- story
- story
- story
-
comment
Comment #38538333
Hey guys! Just wanted to share a fun side project. Code is here: https://github.com/varunshenoy/latentverse
- story
-
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…
-
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…
-
comment
Comment #38357028
Thanks! vLLM for quick set up, TRT-LLM for best performance. Both available on https://baseten.co/ .
-
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.
- comment
- story
-
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…
-
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…
- story
- story
-
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!
-
comment
Comment #37140504
LoRAs can be handled as a straight-forward Python extension!
-
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…
-
comment
Comment #37137967
done :)
- story
- story
- story
- story
- story