UD-Q2_K_XL release?

#4
by Deniz-Eren - opened

Currently I'm using Kimi K2.7 Code from your unsloth GGUF release at UD-Q2_K_XL

I'm using an old server that has 768G DDR4 RAM but a small 16G VRAM GPU (Tesla T4), so the Q2 makes a huge difference in that I can fit up to 170k context to the VRAM plus the dense layers in the VRAM, with all the experts on RAM. I get 2.5t/s consistently up to 170k context, and 9t/s prefill - slow but usable still for overnight work.

I'm hoping that can be done with K3 also, let's see, hopefully you will make a Q2 please!

Unsloth AI org

It's coming pls be patient :)

That's what I thought but I asked anyway, thank you very much for your work, it's greatly appreciated!

Yeah, I wish "old servers" like that were anywhere near to affordable. Those things don't even show up on auctions anymore.

Using 9995WX, with 1024 GB DDR5 6400 MT/s, RTX Pro 6000 (96GB GDDR7), the unsloth llama.cpp fork, and 131k context size I get 6.06 t/s
with
-ctk q4_0 -ctv q4_0 --load-mode dio
I got the error
llama_init_from_model: V cache type q4_0 with block size 32 does not divide n_embd_head_v=74
so i had to take out the ctk and ctv and then it loaded just fine.

Using 9995WX, with 1024 GB DDR5 6400 MT/s, RTX Pro 6000 (96GB GDDR7), the unsloth llama.cpp fork, and 131k context size I get 6.06 t/s
with
-ctk q4_0 -ctv q4_0 --load-mode dio
I got the error
llama_init_from_model: V cache type q4_0 with block size 32 does not divide n_embd_head_v=74
so i had to take out the ctk and ctv and then it loaded just fine.

How is your prefill?

Sign up or log in to comment