Live data from Hacker News

Kimi-K3 on HuggingFace

huggingface.co

231–240 of 588 posts

Re: Kimi-K3 on HuggingFace

#231

Earlier quoted context omitted.

> If you get close in output quality, then does that matter? When you're trying to estimate/infer the costs of serving the tokens and even include the cost of training the weights in order to output tokens then yeah, why wouldn't that matter?

That only matters if you are an investor not if you are a consumer.

Consumers want better models too, of course it matters

Re: Kimi-K3 on HuggingFace

#233

Earlier quoted context omitted.

Those old LTT videos of high core-count threadrippers running GPU benchmarks become more relevant each day.

The performance bottleneck is not really so much the number of cores or processing power in each core, but the memory bus bandwidth to/from the CPU. I have an older dual socket xeon server here which is a CPU-only LLM test machine with 256GB of RAM and the actual CPU stress is not much, I can even quantify this by how little it spins up the CPU fans to meet thermal load (the CPUs are operating at nowhere near their 1…

Thats where the threadrippers really excelled. They had the lanes for memmory access. We might soon see the return of dinner plate-sized CPUs with thousands of pins.

Re: Kimi-K3 on HuggingFace

#234

Earlier quoted context omitted.

LLM inference unfortunately also seems to be a task that's poorly formed for moderate consumer hardware,as a single user. For a single user use case, the load is bursty but requires the weights to be in memory already. So a multi user server that keeps the model weights in parts of its memory and then spends some more per user kv cache is wildly more efficient and the wildly expensive gpu cores aren't just sitting id…

Why does it have to be so bursty though? Just let it run multiple continuous-batched inferences overnight. This would work especially well in combination with SSD offload, and given any kind of sparse attention (common in more recent models) even swapping out the KV cache itself to disk might ultimately be a win. I wouldn't be surprised if something like that ultimately became feasible for single users running even K…

I find it difficult to always have one or more long-horizon tasks 'queued up' and ready to run... I find myself usually bottlenecked on design, review, or something similar that requires me being in the driver's seat. It's possible I could queue up a bunch of tasks, letting the LLM run off in multiple directions, but then I'd be less able to steer and course correct.

Just my experience though, I'm still figuring things out. Perhaps some subsets of tasks would be more ideal for these long-horizon workloads - exploration, multiple competing implementations, etc...

Re: Kimi-K3 on HuggingFace

#235

Earlier quoted context omitted.

> No, you don't. Without training cost you can infer only the marginal cost of serving this kind of models. Still useful; "are the labs marginally profitable just on the marginal inference costs?" is still a useful question to answer. After all, if they aren't even profitable on inference in isolation, then we can expect to see large price increases. If they are able to turn a marginal profit on inference alone, then…

We know labs make money on inference, and we know they lose a lot of money on inference+training.

Just out of curiosity, based on what we know for sure they(OAI+A) make money on pure inference and lose on inference+training?

Re: Kimi-K3 on HuggingFace

#236

This will be interesting for a few reasons. First, depending on where the median pricing settles w/ 3rd party providers will tell us what it costs to serve a 3T model. Since it's going to be mxfp4 native, it'll take ~1.5TB of VRAM to host this, which is juuust at the limit of 8xb200s (but realistically you'll need 16x for context / throughput optimisation). Won't be cheap to host, but at least we should get some rang…

This is a very insightful eye opening take. I haven't even thought of it this way. This really is the first open model to be as big as the frontier has been until now.

I think this release is actually great both ways when you think about it. We gonna be able to learn knowledge that labs have been hiding from us (e.g. cost like you mentioned). And labs could learn from whatever optimization techniques people come up with when trying to host this model.

It's honestly just good for everyone in my opinion.

Re: Kimi-K3 on HuggingFace

#238
post #24
post #6

Earlier quoted context omitted.

or 27/7 for the rest of the world

No, 27-7 for the rest of the world. The separator is often the only way to distinguish American notation from ISO, so please use a dash for dd-mm-yy and a forward slash for mm/dd/yy

27–7 would be 20.

Re: Kimi-K3 on HuggingFace

#239

Earlier quoted context omitted.

> No, you don't. Without training cost you can infer only the marginal cost of serving this kind of models. Still useful; "are the labs marginally profitable just on the marginal inference costs?" is still a useful question to answer. After all, if they aren't even profitable on inference in isolation, then we can expect to see large price increases. If they are able to turn a marginal profit on inference alone, then…

We know labs make money on inference, and we know they lose a lot of money on inference+training.

> We know labs make money on inference

We don't really know that, for OpenAI and Anthropic. We suspect that, but as far as I know, even they have stopped claiming that they are profitable on inference.

Re: Kimi-K3 on HuggingFace

#240
post #48

Earlier quoted context omitted.

> Then we'll be able to guesstimate if "labs are subsidising tokens on API pricing". No, you don't. Without training cost you can infer only the marginal cost of serving this kind of models. Moreover, you don't know the actual size of closed models (what if Fable is a 10T model? What if it's 1T?)

> No, you don't. Without training cost you can infer only the marginal cost of serving this kind of models. Still useful; "are the labs marginally profitable just on the marginal inference costs?" is still a useful question to answer. After all, if they aren't even profitable on inference in isolation, then we can expect to see large price increases. If they are able to turn a marginal profit on inference alone, then…

I wasn't saying it isn't useful, I was saying that you cannot infer even the marginal cost of closed models.

The K3 maths can turn true only if the models size is roughly the same and the labs didn't find any better way to run inference at scale.

Post reply on HN