@Eschalabs I was getting full re-PP (no context caching at all) every request with a simple Pi install. Too slow to be useful. It sounds like it should be caching though? I'll see if I can find the issue.
FP8 was fine though, seemed to have no issues.
@Eschalabs Very cool, I'm running it to test. How does KV quantization affect your accuracy that you've found? Some of these "magic" low-bit quants suffer if they get a quantized KV cache too.
In testing: I can say that this seems to think SUBSTANTIALLY less than UD_IQ4_XS.
@Hesamation Can't serve from SSD though, so even with all those expert tricks, still can't run deepseek unless you can fit the whole thing in RAM. That's the only thing that'd make me switch.
@populartourist Yeah apparently the community is discovering new ways to pack 27B into smaller and smaller spaces, and as a 16GBer I'm here for it.
I've been running it since my post and I can say it's pretty similar, I do think it stumbles a bit less but that's expected with +0.5bpw.
@mudler_it Oh man this is tight on 16 GB. `-c 81920 -ctk q5_0 -ctv q4_1 -ub 128` is fitting but it's questionable vs the `-c 98304 -ctk q8_0 -ctv q5_1` I get with the Ridge quant (3.68 bpw vs your 4.08). I'll have to test this, thanks for providing it.
@ArdaTugsat Try running it _without_ MTP. I get ~35-40 T/S w/o MTP on my 4080 super with -c 98304 -ctk q8_0 -ctv q5_1 (Must have compiled Llama.cpp with "-DGGML_CUDA_FA_ALL_QUANTS=ON" - EXTREMELY important or it will use CPP for k/v with split KV quant and tank T/S)
@EmperoAI As an APEX quant enjoyer for MOE models, I am actually surprised we haven't seen more mixed quants for dense, and I hope that this method becomes as popular for dense models where some layers are sensitive.
I hope to see more of these and a refinement of the methods.
@EmperoAI After using it for a few hours and having it explore/recreate the path you used to make it, I can safely say it makes connections and corrects its own mistakes, which is honestly the highest praise I can give.
It stumbles sometimes and overthinks but it's extremely coherent.
@alexhillman Yeah it's the actor model again. Always love it, it's a big hit. This time its niche is persistence. Good stuff, I'm certainly never getting tired of more actor model stuff.
@whoahyi@theodorvaryag This plus "Streaming expert weights from SSD" is the other one I'm shocked is not already in there. Yes there are forks and other projects that do that, I'm shocked it's not in Llama specifically already.
@Alibaba_Qwen Yeah, nah, my 16GB can't fit 27B. The MoE models are where it's at. Legit don't care about 27B with how it runs with CPU offload unfortunately.