Y
Hacker News
new
|
ask
|
show
|
jobs
by
jnovek
29 days ago
I think that’s only true for MoE models. A dense model like 3.6 27b will require more (plus a KV store).
1 comments
bityard
29 days ago
No, even MoE models need to fit into (V)RAM. MoE has faster inference because only a subset of layers are used to predict the next token, but the set of layers used changes with every token.
link