Skip to content

Feature Request: KVarN support for RPC backend #137

Description

@deorth-kku

Prerequisites

  • I am running the latest code. Mention the version if possible as well.
  • I carefully followed the README.md.
  • I searched using keywords relevant to my issue to make sure that I am creating a new issue that is not already open (or closed).
  • I reviewed the Discussions, and have a new and useful enhancement to share.

Feature Description

Please consider adding support for KVarN KV cache quantization to the RPC backend.

Motivation

I'm using commit a749684, v0.4.4 branch. Both for RPC server and client.
I would like to offload some layers to another PC via RPC.
on llama-server side, I do:

version = 1

[*]
flash-attn = on
cache-type-k = q8_0
cache-type-v = q8_0
no-warmup = true
parallel = 4
cont-batching = true
reasoning-budget-message = ... thinking budget exceeded, we will answer now.
jinja = true
kvu = true
backend-sampling = false
load-mode = mlock

[Qwen3.8-27B]
model = F:\models\Qwen3.8-27B-APEX-I-Mini.gguf
mmproj = F:\models\mmproj-Qwen3.8-27B-F16.gguf
rpc = qwen.lan:50052
mmdev = Vulkan1
ctx-size = 128000
ngl = all
t = 8
load-mode = none
ot = blk\.([0-7]|10|13|16|19|22|25|28|31|34|37)\.ffn_.*=RPC0[qwen.lan:50052]
threads = 16
temp = 0.6 
dynatemp-range = 0.2 
dynatemp-exp = 1.0 
top-p = 0.95 
top-k = 20 
min-p = 0.0 
image-min-tokens = 1024 
ubatch-size = 1024 
chat-template-file = F:\models\qwen3.8-chat_template.jinja
reasoning-preserve = true
cache-type-k = kvarn6
cache-type-v = kvarn5
spec-type = ngram-mod
spec-ngram-mod-n-match = 32 
spec-ngram-mod-n-min = 16 
spec-ngram-mod-n-max = 64

and on the rpc-server:
./build/bin/ggml-rpc-server -H 0.0.0.0 -p 50052

however, it does not work:

[63128] 0.31.190.039 E llama_init_from_model: cannot enable kvarn_k6v5_g128: KVarN requires a backend with KVarN store and materialization support
[63128] 0.31.190.043 E cmn  common_init_: failed to create context with model 'F:\models\Qwen3.8-27B-APEX-I-Mini.gguf'

It would be great to add RPC backend support for KVarN.

Possible Implementation

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions