41 lines
1.4 KiB
JSON
41 lines
1.4 KiB
JSON
{
|
|
"schema_version": 1,
|
|
"upstream": "https://github.com/ggml-org/llama.cpp.git",
|
|
"commit": "e920c523e3b8a0163fe498af5bf90df35ff51d25",
|
|
"commit_tree": "6c91a11407a3a3fb160f5dac705f9c59718f54f1",
|
|
"patched_tree": "4a37c06fac668834435b803caa59ba272bdace5c",
|
|
"upstream_license": "MIT",
|
|
"patch_series": [
|
|
"0001-cmake-reserve-meshnet-patch-stack-abi-marker.patch"
|
|
],
|
|
"patch_scope": [
|
|
"Reserved CMake ABI marker only; no execution or model semantics."
|
|
],
|
|
"build": {
|
|
"generator": "Unix Makefiles",
|
|
"cmake_minimum": "3.14",
|
|
"cxx_standard": "17",
|
|
"configure_flags": [
|
|
"-DCMAKE_BUILD_TYPE=Release",
|
|
"-DLLAMA_BUILD_TESTS=OFF",
|
|
"-DLLAMA_BUILD_EXAMPLES=ON",
|
|
"-DLLAMA_BUILD_SERVER=OFF",
|
|
"-DLLAMA_BUILD_TOOLS=OFF",
|
|
"-DLLAMA_BUILD_APP=OFF",
|
|
"-DLLAMA_CURL=OFF"
|
|
],
|
|
"native_targets": ["llama-gguf-hash"],
|
|
"smoke_binary": "bin/llama-gguf-hash",
|
|
"smoke_args": ["--help"],
|
|
"smoke_output_token": "usage"
|
|
},
|
|
"required_upstream_blobs": {
|
|
"CMakeLists.txt": "81f23d7e70b7378511af5d01be680c03aebc2b15"
|
|
},
|
|
"patched_paths": [
|
|
"CMakeLists.txt",
|
|
"cmake/meshnet-patch-stack.cmake"
|
|
],
|
|
"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."
|
|
}
|