Viewing profile — hacklas
hacklas
HN member- Joined
- Tue, Jun 10, 2025, 2:28 PM UTC
- HN karma
- 13
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About hacklas
No profile information was provided.
Recent public activity
-
comment
Comment #49101081
For a dense model this would be a limitation, but not all of a MoE model needs to be in memory, but the largest part of a MoE are the routed experts. Some parts are needed to gener…
-
comment
Comment #49100762
Worth mentioning why this is harder than it looks. There is a different set of experts at every layer, and each layer has a small router that decides which ones to use. The router …
-
comment
Comment #49100221
How large? With 64 GB of unified memory, you should be able to run a DeepSeek V4 Flash quantisation at 7–10 t/s, for example with: https://github.com/antirez/ds4 or https://github.…
-
comment
Comment #44237342
The Deepseek V3 is a model with 671 billion parameters, of which 37 billion are active. Magistral Small is a 24 billion parameter model. Pretty impressive in terms of efficiency fo…