This is not open source, they have a "modified MIT license" where they have other restrictions on users over a certain threshold. Our only modification part is that, if the Software (or any derivative works thereof) is used for any of your commercial products or services that have more than 100 million monthly active users, or more than 20 million US dollars (or equivalent in other currencies) in monthly revenue, you…
What part of this goes against the four fundamental freedoms? Can you point at it?
Kimi K2 is a state-of-the-art mixture-of-experts (MoE) language model
111–120 of 194 posts
Re: Kimi K2 is a state-of-the-art mixture-of-experts (MoE) language model
#112Earlier quoted context omitted.
Reasonable speeds are possible with 4bit quants on 2 512GB Mac Studios (MLX TB4 Ring - see https://x.com/awnihannun/status/1943723599971443134 ) or even a single socket Epyc system with >1TB of RAM (about the same real world memory throughput as the M Ultra). So $20k-ish to play with it. For real-world speeds though yeah, you'd need serious hardware. This is more of a "deploy your own stamp" model, less a "local" mod…
> or even a single socket Epyc system with >1TB of RAM How many tokens/second would this likely achieve?
Re: Kimi K2 is a state-of-the-art mixture-of-experts (MoE) language model
#113Is Kimi the new deep seek?
Re: Kimi K2 is a state-of-the-art mixture-of-experts (MoE) language model
#114Re: Kimi K2 is a state-of-the-art mixture-of-experts (MoE) language model
#115This is not open source, they have a "modified MIT license" where they have other restrictions on users over a certain threshold. Our only modification part is that, if the Software (or any derivative works thereof) is used for any of your commercial products or services that have more than 100 million monthly active users, or more than 20 million US dollars (or equivalent in other currencies) in monthly revenue, you…
What part of this goes against the four fundamental freedoms? Can you point at it?
Being required to display branding in that way contradicts "run the program as you wish".
Re: Kimi K2 is a state-of-the-art mixture-of-experts (MoE) language model
#116To me, K2 is a mountain and SOTA is “summits on the air”. I saw that headline and thought “holy crap” :-)
Re: Kimi K2 is a state-of-the-art mixture-of-experts (MoE) language model
#117This is a very impressive general purpose LLM (GPT 4o, DeepSeek-V3 family). It’s also open source. I think it hasn’t received much attention because the frontier shifted to reasoning and multi-modal AI models. In accuracy benchmarks, all the top models are reasoning ones: https://artificialanalysis.ai/ If someone took Kimi k2 and trained a reasoning model with it, I’d be curious how that model performs.
Re: Kimi K2 is a state-of-the-art mixture-of-experts (MoE) language model
#118This is not open source, they have a "modified MIT license" where they have other restrictions on users over a certain threshold. Our only modification part is that, if the Software (or any derivative works thereof) is used for any of your commercial products or services that have more than 100 million monthly active users, or more than 20 million US dollars (or equivalent in other currencies) in monthly revenue, you…
It's silly, but in the LLM world - "open source" is usually used to mean "weights are published". This is not to be confused with the software licensing meaning of "open source".
Re: Kimi K2 is a state-of-the-art mixture-of-experts (MoE) language model
#119Earlier quoted context omitted.
Someone at openai did say it was too big to host at home, so you could be right. They will probably be benchmaxxing, right now, searching for a few evals they can beat.
These are all "too big to host at home". I don't think that is the issue here. https://github.com/MoonshotAI/Kimi-K2/blob/main/docs/deploy_... "The smallest deployment unit for Kimi-K2 FP8 weights with 128k seqlen on mainstream H200 or H20 platform is a cluster with 16 GPUs with either Tensor Parallel (TP) or "data parallel + expert parallel" (DP+EP)." 16 GPUs costing ~$30k each. No one is running a ~$500k server at…
Re: Kimi K2 is a state-of-the-art mixture-of-experts (MoE) language model
#120I tried Kimi on a few coding problems that Claude was spinning on. It’s good. It’s huge, way too big to be a “local” model — I think you need something like 16 H200s to run it - but it has a slightly different vibe than some of the other models. I liked it. It would definitely be useful in ensemble use cases at the very least.
Reasonable speeds are possible with 4bit quants on 2 512GB Mac Studios (MLX TB4 Ring - see https://x.com/awnihannun/status/1943723599971443134 ) or even a single socket Epyc system with >1TB of RAM (about the same real world memory throughput as the M Ultra). So $20k-ish to play with it. For real-world speeds though yeah, you'd need serious hardware. This is more of a "deploy your own stamp" model, less a "local" mod…