tokens/second, no, more like seconds/token
> It is not fast — about 16 seconds per token on our M1 Max
61–70 of 97 posts
tokens/second, no, more like seconds/token
> It is not fast — about 16 seconds per token on our M1 Max
Does anyone else feel like the writing is on the wall for a future of local models? Spamming data centres everywhere, powering them, having to commit insane capital to hardware, all the effort to serve inference over a network reliably - when here we are with a frontier model nearly running on a laptop. Local AI on your device seems like a much more likely future to me than datacenters in space. For inference at leas…
0.01 tokens per second means 1 million tokens ($3 worth of API usage [1]) takes 3.2 YEARS.
0.01 tk/s is unusable for anything, you would wait a whole day for just 1000 token of output, what is the point of projects like this?
I like seeing the latest and greatest model crammed into new systems to see how it fares. To deal with the speed, one person on reddit suggested using it in an email interface rather than a chat interface.
Works in mutt; other MUAs may vary.
Earlier quoted context omitted.
'Large Language models? They can barely produce gibberish sentences, what would this tech ever be useful for?' - bunch of people only ~4 years ago
I questioned the speed not the output quality, that is another discussion
Why not train another smaller LLM to give the same answers as Kimi K3?
SSD streaming on an M5 Max 128GB: https://x.com/antirez/status/2082136334160818528 Soon decent speed across two Mac Studios with 512GB of RAM.
0.3tx per second is decent speed? And it gets worse with every token.
0.01 tk/s is unusable for anything, you would wait a whole day for just 1000 token of output, what is the point of projects like this?
Consider this like if it were the first test
SSD streaming on an M5 Max 128GB: https://x.com/antirez/status/2082136334160818528 Soon decent speed across two Mac Studios with 512GB of RAM.
0.3tx per second is decent speed? And it gets worse with every token.
192GiB Gorgon Halo systems will be an interesting future target for this model, the best you can do with 128GiB or less is probably to push batching higher in order to amortize the weights traffic over multiple inferences - which of course will sink single-session speeds even lower for a modest gain in total throughput.