mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2026-09-26 16:07:32 -05:00
llama probes weight placement with a rope where all params are 0, so rejecting n_dims == 0 or freq_base == 0 puts rope_freqs on the CPU. That splits the decode graph at every full-attention layer (gemma-4-E2B: 5 splits instead of 2). Assisted-by: Claude Opus 5