|
|
|
|
|
by FridgeSeal
12 days ago
|
|
Talaas have done this with a llama 3 model.
Runs at like, 16k/tokens a second oror something obscene. Very little power draw too. Doesn’t need hbm or lots of memory, because the hardware can just forward the data straight to the next layer and you don’t need to round trip through memory. They claim to be working on an approach to make the underlying hardware a bit more reusable between models. |
|
Most big model weights will not fit a single reticle sized chip - so you’d have prob 30 different chips to split the model .
And you’d need super fast chip to chip comms for the all-reduce and similar.
So scaling to 1T models is hard - and a long lead time - but can be very power efficient.