Live data from Hacker News

Viewing profile — slimesli

slimesli

HN member
Joined
Wed, Jun 21, 2023, 3:50 AM UTC
HN karma
18
Public activity
3 items

About slimesli

No profile information was provided.

Recent public activity

  1. comment
    Comment #40103675

    for llama 3-8b (smaller model) you need 8GB/16GB of memory: minimum/recommended || for llama 3-70b (larger model) you need 64GB/96GB of memory what kind of memory? there are 3 type…

  2. comment
    Comment #36416644

    It's not a fundamental limit. Google palm had 540B parameters as dense model. But it's a practical limit because models with over 1T would be extremely slow even on newest gpus. Ev…

  3. comment
    Comment #36414246

    Because of memory bandwidth. H100 has 3350gB/s of bandwidth, more gpus will give you more memory but not bandwidth. If you load 175b parameters in 8bit then you can get theoretical…