Testing IQ5_KS

#5
by shewin - opened

Layer 64: 1288.28, 6192.00, 7480.28 MiB (output layer)

Total : 16703.73, 8997.88, 25701.60 MiB
Memory required for model tensors + cache: 26990 MiB
Memory available on all devices - compute: 28656 MiB
llm_load_tensors: ggml ctx size = 0.86 MiB
llm_load_tensors: offloading 64 repeating layers to GPU
llm_load_tensors: offloading non-repeating layers to GPU
llm_load_tensors: offloaded 65/65 layers to GPU
llm_load_tensors: CPU buffer size = 985.16 MiB
llm_load_tensors: CUDA0 buffer size = 17992.04 MiB
...........................................................................................
llama_init_from_model: n_ctx = 80128
llama_init_from_model: n_batch = 8192
llama_init_from_model: n_ubatch = 8192
llama_init_from_model: flash_attn = 1
llama_init_from_model: attn_max_b = 4096
llama_init_from_model: fused_moe = 1
llama_init_from_model: grouped er = 1
llama_init_from_model: fused_up_gate = 1
llama_init_from_model: fused_mmad = 1
llama_init_from_model: rope_cache = 0
llama_init_from_model: graph_reuse = 1
llama_init_from_model: k_cache_hadam = 0
llama_init_from_model: v_cache_hadam = 0
llama_init_from_model: split_mode_graph_scheduling = 0
llama_init_from_model: reduce_type = f16
llama_init_from_model: sched_async = 0
llama_init_from_model: ser = -1, 0
llama_init_from_model: freq_base = 10000000.0
llama_init_from_model: freq_scale = 1
llama_kv_cache_init: CUDA0 KV buffer size = 2810.13 MiB
llama_init_from_model: KV self size = 2660.50 MiB, K (q8_0): 1330.25 MiB, V (q8_0): 1330.25 MiB
llama_init_from_model: CUDA_Host output buffer size = 0.95 MiB
llama_init_from_model: CUDA0 compute buffer size = 8080.00 MiB
llama_init_from_model: CUDA_Host compute buffer size = 1412.22 MiB
llama_init_from_model: graph nodes = 2981
llama_init_from_model: graph splits = 2
llama_init_from_model: enabling only_active_experts scheduling

main: n_kv_max = 80128, n_batch = 8192, n_ubatch = 8192, flash_attn = 1, n_gpu_layers = 99, n_threads = 101, n_threads_batch = 101

PP TG N_KV T_PP s S_PP t/s T_TG s S_TG t/s
8192 2048 0 2.408 3401.56 31.581 64.85
8192 2048 8192 2.505 3270.63 33.048 61.97
8192 2048 16384 2.789 2936.80 35.122 58.31
8192 2048 24576 2.804 2921.27 36.345 56.35
8192 2048 32768 2.967 2760.67 38.090 53.77
8192 2048 40960 3.136 2612.40 39.949 51.27

2026-05-22_21-33

2026-05-22_21-23
Not top-tier but good quality and very fast

Yes, I'm using the IQ4_KS with MTP on my 24GB VRAM 3090 GPU for daily use. It is fast and good enough to get some things done easier than doing it myself. Probably the first local model that is "good enough" for me haha...

For this dense model, probably not much benefit going with large batch sizes (the MoE benefit a lot from that usually). Using MTP is going to speed up decode a lot too for coding style workloads.

I love all your wild demo screenshots!

Sign up or log in to comment