Kimi K3 (2.8T) at 1 token/s on a MacBook Pro, streamed from four SSDs
1–10 of 153 posts
Re: Kimi K3 (2.8T) at 1 token/s on a MacBook Pro, streamed from four SSDs
#2Re: Kimi K3 (2.8T) at 1 token/s on a MacBook Pro, streamed from four SSDs
#3Re: Kimi K3 (2.8T) at 1 token/s on a MacBook Pro, streamed from four SSDs
#4But why though? Cannot possibly be useful at such slow speeds, and costs a ton to perform that badly
Re: Kimi K3 (2.8T) at 1 token/s on a MacBook Pro, streamed from four SSDs
#5But why though? Cannot possibly be useful at such slow speeds, and costs a ton to perform that badly
Re: Kimi K3 (2.8T) at 1 token/s on a MacBook Pro, streamed from four SSDs
#6But why though? Cannot possibly be useful at such slow speeds, and costs a ton to perform that badly
It is cool that they got it to work at all.
Re: Kimi K3 (2.8T) at 1 token/s on a MacBook Pro, streamed from four SSDs
#7But why though? Cannot possibly be useful at such slow speeds, and costs a ton to perform that badly
I think the point is that it’s running at all…
These demos are maybe useless, but if open models keep progressing, there's going to be some break through that continues whittling down just how much needs to be kept in VRAM, and progressive degredation to regular system ram and to ssds.
Afterall, they're not writing anything to these, so saturing all bandwidth could bring models to the masses. all without any help from Zark Muckerberg.
Re: Kimi K3 (2.8T) at 1 token/s on a MacBook Pro, streamed from four SSDs
#8Author here. Some context and the caveats up front. The model is Kimi K3, 2.78T parameters, ~1.45 TB of expert weights. It does not fit in memory, so the experts stream from disk: one 17.5 MB file per (layer, expert), read with pread + F_NOCACHE, 16 of 896 per layer. The machine is an M5 Max MacBook Pro with 128 GB and three Thunderbolt 5 enclosures plus the internal SSD. Expert weights are untouched at their release…
Re: Kimi K3 (2.8T) at 1 token/s on a MacBook Pro, streamed from four SSDs
#9But why though? Cannot possibly be useful at such slow speeds, and costs a ton to perform that badly
I think the point is that it’s running at all…
Re: Kimi K3 (2.8T) at 1 token/s on a MacBook Pro, streamed from four SSDs
#10Author here. Some context and the caveats up front. The model is Kimi K3, 2.78T parameters, ~1.45 TB of expert weights. It does not fit in memory, so the experts stream from disk: one 17.5 MB file per (layer, expert), read with pread + F_NOCACHE, 16 of 896 per layer. The machine is an M5 Max MacBook Pro with 128 GB and three Thunderbolt 5 enclosures plus the internal SSD. Expert weights are untouched at their release…