logoalt Hacker News

adgjlsfhk1yesterday at 10:12 PM4 repliesview on HN

I don't think this works out from a cost/silicon perspective. Small models already run pretty well in software (since the weights fit in cache) and big models require silicon area proportional to the size of weights. On a mobile device putting a chip like this is competing directly in BOM and power against a whole lot more l3 cache, and the l3 cache makes everything faster


Replies

trebligdivadtoday at 12:46 AM

What, even if it means you can run models without relying on the currently backlogged DRAM production?

show 1 reply
dborehamtoday at 12:12 AM

Works great from a press release perspective though.

teaearlgraycoldyesterday at 10:36 PM

My question is what changes about LLM use cases when you’re getting 1000 tok/s? Models in silicon might dramatically change how we think about them.

show 4 replies
bastawhizyesterday at 10:39 PM

The weights might fit in cache, if you're using a small model. If you wanted to have a 20B+ parameter model, that's just going in RAM. You could put more RAM in the device and pay the perf cost or have a dedicated chip. Most devices already have a dedicated chip, this just changes which silicon you're spending the money on.

show 1 reply