Earlier quoted context omitted.
Its often pointed out in the first sentence of a comment how a model can be run at home, then (maybe) towards the end of the comment it’s mentioned how it’s quantized. Back when 4k movies needed expensive hardware, no one was saying they could play 4k on a home system, then later mentioning they actually scaled down the resolution to make it possible. The degree of quality loss is not often characterized. Which makes…
Didn't this paper demonstrate that you only need 1.58 bits to be equivalent to 16 bits in performance? https://arxiv.org/abs/2402.17764
Kimi Released Kimi K2.5, Open-Source Visual SOTA-Agentic Model
231–240 of 251 posts
Re: Kimi Released Kimi K2.5, Open-Source Visual SOTA-Agentic Model
#232Earlier quoted context omitted.
I run KimiK2 at home, Most of it on system ram with a few layers offloaded to old 3090s. This is a cheap budget build. Kimi-K2-Thinking-UD-Q3_K_XL-00001-of-00010.gguf Generation - 5,231 tokens 604.63s 8.65 tokens/s
Could I trouble you for the specifics of your build? I'd love to see if it would be a viable upgrade for me. I currently have a 3970x with a bunch of 3090s.
Re: Kimi Released Kimi K2.5, Open-Source Visual SOTA-Agentic Model
#233Earlier quoted context omitted.
Chinese state that maybe sees open collaboration as the way to nullify any US lead in the field, concurrently if the next "search-winner" is built upon their model the Chinese worldview that Taiwan belongs to China and Tiamen Square massacre never happened. Also their license says that if you have a big product you need to promote them, remember how Google "gave away" site searche widgets and that was perhaps one of…
> "Scaling to AGI/ASI" was always a fools errand Scaling depends on hardware, so cheaper hardware on a compute-per-watt basis only makes scaling easier. There is no clear definition of AGI/ASI but AI has already scaled to be quite useful.
? Yes there's a clear defintion
https://en.wikipedia.org/wiki/Artificial_general_intelligenc...
I think you mean there is no agreed upon definition? Even that is dubious statement.
Re: Kimi Released Kimi K2.5, Open-Source Visual SOTA-Agentic Model
#234Earlier quoted context omitted.
From my own usage, the former is almost always better than the latter. Because it’s less like a lobotomy and more like a hangover, though I have run some quantized models that seem still drunk. Any model that I can run in 128 gb in full precision is far inferior to the models that I can just barely get to run after reap + quantization for actually useful work. I also read a paper a while back about improvements to mo…
Interesting. If this were the case however, why would labs go through the trouble of distilling their smaller models rather than releasing quantized versions of the flagships?
With distillation you're training new model, so size of it is arbitrary, say 1T -> 20B (50x) reduction which also can be quantized. AFAIK distillation is also simply faster/cheaper than training from scratch.
Re: Kimi Released Kimi K2.5, Open-Source Visual SOTA-Agentic Model
#235Earlier quoted context omitted.
Didn't this paper demonstrate that you only need 1.58 bits to be equivalent to 16 bits in performance? https://arxiv.org/abs/2402.17764
This technique showed that there are ways during training to optimize weights to neatly quantize while remaining performant. This isn't a post training quantization like int4.
That doesn't mean training with all integer math, but certain tricks are used to specifically plan for the end weight size. I.e. fake quantization nodes are inserted to simulate int4.
Re: Kimi Released Kimi K2.5, Open-Source Visual SOTA-Agentic Model
#236I've read several people say that Kimi K2 has a better "emotional intelligence" than other models. I'll be interested to see whether K2.5 continues or even improves on that.
Re: Kimi Released Kimi K2.5, Open-Source Visual SOTA-Agentic Model
#237One thing caught my eyes is that besides K2.5 model, Moonshot AI also launched Kimi Code ( https://www.kimi.com/code ), evolved from Kimi CLI. It is a terminal coding agent, I've been used it last month with Kimi subscription, it is capable agent with stable harness. GitHub: https://github.com/MoonshotAI/kimi-cli
How does it fare against CC?
Re: Kimi Released Kimi K2.5, Open-Source Visual SOTA-Agentic Model
#238Earlier quoted context omitted.
The model absolutely can be run at home. There even is a big community around running large models locally: https://www.reddit.com/r/LocalLLaMA/ The cheapest way is to stream it from a fast SSD, but it will be quite slow (one token every few seconds). The next step up is an old server with lots of RAM and many memory channels with maybe a GPU thrown in for faster prompt processing (low two digits tokens/second). At t…
You can run AI models on unified/shared memory specifically on Windows, not Linux (unfortunately). It uses the same memory sharing system that Microsoft originally had built for gaming when a game would run out of vram. If you: - have an i5 or better or equivalent manufactured within the last 5-7 years - have an nvidia consumer gaming GPU (RTX 3000 series or better) with at least 8 GB vram - have at least 32 GB syste…
So it should work with an AMD GPU?
Re: Kimi Released Kimi K2.5, Open-Source Visual SOTA-Agentic Model
#239Have you all noted that the latest releases (Qwen3 max thinking, now Kimi k2.5) from Chinese companies are benching against Claude opus now and not Sonnet? They are truly catching up, almost at the same pace?
https://clocks.brianmoore.com K2 is one of the only models to nail the clock face test as well. It’s a great model.
Re: Kimi Released Kimi K2.5, Open-Source Visual SOTA-Agentic Model
#240Earlier quoted context omitted.
Which conveniently fits on one 8xH100 machine. With 100-200 GB left over for overhead, kv-cache, etc.
The unit economics seem pretty rough though. You're locking up 8xH100s for the compute of ~32B active parameters. I guess memory is the bottleneck but hard to see how the margins work on that.