Live data from Hacker News

Viewing profile — lambda-research

lambda-research

HN member
Joined
Mon, Oct 07, 2024, 2:52 PM UTC
HN karma
10
Public activity
13 items

About lambda-research

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #42697154

    > What this article misses though is that despite this, each GPU in the distributed cluster still needs to have enough VRAM to load the entire copy of the model to complete the tra…

  3. comment
    Comment #42364081

    Unlike text generation using LLMs, text-to-video generation brings unique challenges — balancing realism, prompt alignment, and artistic vision is something much more nuanced and i…

  4. story
  5. comment
    Comment #42008133

    Something that I always think about when I see discussions about hallucinations or "confidently wrong answers" is that humans have this issue too. For those on tiktok, how many tim…

  6. comment
    Comment #42006795

    Awesome thank you!

  7. story
    Show HN: Open-Source Python REPL with AI Tutor for Learning and Problem-Solving

    Companion is a free, open-source web app, featuring a Python REPL environment with an AI Tutor designed to support one’s learning and problem-solving in programming. I am leveragin…

  8. comment
    Comment #41944623

    I think the benefit is that SpinQuant had higher throughput and required less memory. At least according to the tables at the bottom of the article. Definitely nice to see them not…

  9. comment
    Comment #41869804

    Hey there are some details about this scattered throughout. The answer really depends on the technique. For DDP you can fairly easily get same throughput as single gpu throughput (…

  10. comment
    Comment #41869708

    The benchmark is matrix multiplcation with the shapes `(6, 1500, 256) X (6, 256, 1500)`, which just aren't that big in the AI world. I think the gap would be larger with much large…

  11. comment
    Comment #41848652

    Let me know if there are any questions or suggestions! Feel free to open issue on github, and contributions are welcome also

  12. story
    Show HN: How to guide on training Llama-405B using PyTorch distributed APIs

    Been working on a guide for ML folks to upgrade their single GPU training code to multi GPU and multi node. Code diffs and explanations are included. The guide builds up to this fi…

  13. comment
    Comment #41789932

    The idea that time is tied to computation makes me wonder if everything we see as 'progress' is just the universe showing us the loading screen percentage of the game of life.