The llama.cpp project released build b10645, introducing the new --n-cpu-ffn command-line option. This feature allows users to specify the number of layers whose dense feed-forward network (FFN) weights are offloaded to the CPU.
- Adds --n-cpu-ffn to control CPU offloading of dense FFN weights for the first N layers.
- Deduplicates override loops for --n-cpu-moe and --spec-draft-n-cpu-moe options.
- Generalizes llm_ffn_block_regex over the FFN regex pattern.
The release provides binaries for macOS, Linux, Windows, Android, and openEuler across CPU, GPU (CUDA, Vulkan, ROCm, OpenCL), and AI accelerator backends.