Does it not use Metal, on macOS? Would it be faster if it did?
Run Kimi K3 using 29 GB of RAM at 0.50 tok/s
11–20 of 181 posts
Re: Run Kimi K3 using 29 GB of RAM at 0.50 tok/s
#12Where can this 1tb k3.waste be downloaded?
# 1. preflight: reachable? how big? does it fit? tools/fetch_weights.sh --dest /Volumes/staging/k3 --dry-run
# 2. download — resumable, safe to kill, safe to re-run tools/fetch_weights.sh --dest /Volumes/staging/k3
# 3. convert into a container uv run --with torch --with safetensors python tools/convert.py \ --src /Volumes/staging/k3 \ --out ~/models/k3.waste --jobs 3
Re: Run Kimi K3 using 29 GB of RAM at 0.50 tok/s
#13That README hits all my “this is authored by an LLM” instincts. I presume the codebase is also written by an LLM?
I'm using my skills to orchestrate LLMs and agents, and I can write better code much faster. As developers, we can choose to adapt to new technologies or become extinct.
Re: Run Kimi K3 using 29 GB of RAM at 0.50 tok/s
#14Earlier quoted context omitted.
>Contributors >... >claude You don't need to presume. If someone is so lazy that they tell claude to commit their code (ie. they're too lazy to run git commit themselves), the chances they reviewed the code is slim.
To be fair, I appreciate when they are so upfront about who wrote the code without requiring further heuristics, so I encourage this behavior.
Re: Run Kimi K3 using 29 GB of RAM at 0.50 tok/s
#15From what I've read elsewhere, Kimi K3 is quite verbose in its thinking. At the quoted rate, it would generate only a total of 1.8k tokens in 1 hour. Is that enough for it to get any thinking done and produce output on more complicated prompts?
Re: Run Kimi K3 using 29 GB of RAM at 0.50 tok/s
#16That README hits all my “this is authored by an LLM” instincts. I presume the codebase is also written by an LLM?
How bout we make a new rule: only complain about LLM writing when the product as zero relevents to use with LLMs.
Re: Run Kimi K3 using 29 GB of RAM at 0.50 tok/s
#17Re: Run Kimi K3 using 29 GB of RAM at 0.50 tok/s
#18That README hits all my “this is authored by an LLM” instincts. I presume the codebase is also written by an LLM?
Re: Run Kimi K3 using 29 GB of RAM at 0.50 tok/s
#19That README hits all my “this is authored by an LLM” instincts. I presume the codebase is also written by an LLM?
"Where the levers were is not where they are. Overlapping the expert reads with the arithmetic was worth ~1.6x and shipped; the two that looked bigger — reading fewer bytes per token, and keeping more of them in RAM — were both measured and both refused, one because this family's router has no tail to demote and one because a cache the machine will not leave resident cannot be bought at any price."
What the fuck does that mean? Obviously some internal development decision, using the absolutely inscrutable internal terminology that Claude loves. If people would just read what they publish, I'm sure this would stick out immediately.
I'm not an LLM hater, I use them a ton and they work very well for writing complex code, it's undeniable. But they generate absolute dogshit first draft writing.
Re: Run Kimi K3 using 29 GB of RAM at 0.50 tok/s
#20Interesting project. The headline number (29 GB of RAM) is for 4k context. From what I've read elsewhere, Kimi K3 is quite verbose in its thinking. At the quoted rate, it would generate only a total of 1.8k tokens in 1 hour. Is that enough for it to get any thinking done and produce output on more complicated prompts?