code wiki / gguf

topic: gguf

20 modules sharing the gguf name family (derived from the tree's prefix discipline).

The 'gguf' topic family in the Nishi sovereign ecosystem focuses on parsing, loading, and testing GGUF v3 model files, which are used to store quantized neural network weights. Modules like nx_gguf provide structural parsing, while nx_gguf_load handles tensor lookup and dequantization. nx_gguf_fixture_tiny supports reusable fixture creation for testing, ensuring consistency across modules. These components work together to enable efficient model loading and validation within the NishiLang framework.

auto-narrated by the local model from this topic's module headers; links verified against the wiki index.

narrated overview -- maintained by the narration lane, module links verified against this wiki.

moduledescriptionlinesfuncs
nx_gguf.nxGGUF v3 model-file structural parser.4266
nx_gguf_dequant_kat_gate.nxKATs for the DEBT-EATEN quant family (2026-07-15): every newly added1804
nx_gguf_fixture_tiny.nxreusable tiny-Llama GGUF fixture builder.2977
nx_gguf_fixture_tiny_test.nxsmoke for the fixture builder.711
nx_gguf_load.nxGGUF tensor lookup + dequantize composer.74718
nx_gguf_load_block.nxper-layer Llama-class weight bundle loader.3254
nx_gguf_load_block_test.nxsmoke for nx_gguf_load_block.nx.1722
nx_gguf_load_f32.nxload a GGUF tensor and dequantize to f32 bits.1102
nx_gguf_load_f32_test.nxsmoke for nx_gguf_load_f32.nx.891
nx_gguf_load_lazy.nxPhase B of conductor arc.1192
nx_gguf_load_lazy_test.nxsmoke for nx_gguf_load_lazy.nx +1581
nx_gguf_load_model.nxtop-level model-tensor loader.1472
nx_gguf_load_model_test.nxsmoke for nx_gguf_load_model.nx.1852
nx_gguf_load_q4k_test.nxfocused smoke for Q4_K dequant.1461
nx_gguf_load_test.nxsmoke for nx_gguf_load.nx.1641
nx_gguf_meta.nxGGUF metadata key-value walker + typed readers.23818
nx_gguf_meta_test.nxsmoke for nx_gguf_meta.nx.1592
nx_gguf_type_census_gate.nxFACTS FIRST for the dequant-debt rung (2026-07-15): enumerate every674
nx_gguf_typecensus.nxtally the real model's tensors by ggml_type,451
nx_gguf_write_gate.nx13110