1bit.MONSTERDocs GitHub ↗

llama.cpp fork sync

Tracking state of the bong-water-water-bong/llama.cpp fork (the Zaya1/paged-KV development line). No submodule — this document is the sync record. Bump it whenever the fork moves.

Current sync point

What shipped in this sync

Feature: paged KV cache (PR #2)

CI/build fixes landed on top

Commit Fix
a14293be missing ggml_graph_dump_txt prototype (-Werror=missing-prototypes)
3d4fa9cf unused n_gpu_layers (-Werror=unused-parameter)
06c3be13b0aad5d1 llama-onnx.cpp only compiled when onnxruntime found + #ifdef LLAMA_ONNX guard
ab2baf23 dead n_written in repool_simple (macOS -Wunused-but-set-variable)
de538c0 PRId64 in ZAYA_DEBUG fprintf (macOS -Werror=format)
a8576f5 test-llama-archs: zaya skipped with FIXME (see #1357)

Known issues (tracked in 1bit-monster)

Status

Build note

Fork default branch is prism; the paged-KV work lives on master (PR #2 was merged there directly). Zaya1 branch retained for further development.