feat: DGR-005A dense Llama owned range loader

This commit is contained in:
Dobromir Popov
2026-07-14 11:01:28 +03:00
parent 3d8f93f4aa
commit 252d131e7d
6 changed files with 385 additions and 9 deletions

View File

@@ -3,13 +3,15 @@
"upstream": "https://github.com/ggml-org/llama.cpp.git",
"commit": "e920c523e3b8a0163fe498af5bf90df35ff51d25",
"commit_tree": "6c91a11407a3a3fb160f5dac705f9c59718f54f1",
"patched_tree": "4a37c06fac668834435b803caa59ba272bdace5c",
"patched_tree": "322d8b463df74a2226f0b513176643d815f54452",
"upstream_license": "MIT",
"patch_series": [
"0001-cmake-reserve-meshnet-patch-stack-abi-marker.patch"
"0001-cmake-reserve-meshnet-patch-stack-abi-marker.patch",
"0002-dense-llama-owned-range-loader.patch"
],
"patch_scope": [
"Reserved CMake ABI marker only; no execution or model semantics."
"Reserved CMake ABI marker only; no execution or model semantics.",
"Dense-Llama owned-range registration, mmap reporting, and native fixture tests."
],
"build": {
"generator": "Unix Makefiles",
@@ -34,7 +36,13 @@
},
"patched_paths": [
"CMakeLists.txt",
"cmake/meshnet-patch-stack.cmake"
"cmake/meshnet-patch-stack.cmake",
"include/llama.h",
"src/llama-model.cpp",
"src/llama-model.h",
"src/models/llama.cpp",
"tests/CMakeLists.txt",
"tests/test-meshnet-range-ownership.cpp"
],
"stock_glm_limitations": "This pin may load GLM-5.2 through the dense-MLA compatibility fallback. It does not prove native DSA, IndexShare, MoE semantic correctness, numerical equivalence, performance, or route certification."
}