nx_f32_llm_live_dims_test.nx
buildroot/runtime/nx_f32_llm_live_dims_test.nx
about
nx_f32_llm_live_dims_test.nx -- LIVE FIRE on the real Qwen2.5-0.5B-Instruct.
Reads /tmp/nx_real_model.gguf (~491 MB, Apache 2.0) and verifies
nx_f32_llm_read_dims_from_gguf correctly derives Qwen2.5-0.5B-Instruct
dimensions from the real GGUF metadata.
Expected dims (from Qwen2.5-0.5B-Instruct config.json, public):
n_layers = 24
hidden_dim = 896
n_heads = 14
n_kv_heads = 2 (GQA: 7x grouping)
head_dim = 64 (hidden_dim / n_heads = 896 / 14 = 64)
ffn_dim = 4864
vocab_size = 151936
dependencies 7 imports · 0 importers
imports: nx_syscalls.nxnx_tier.nxnx_gguf.nxnx_gguf_load.nxnx_gguf_meta.nxnx_f32_llm.nxnx_f32_llm_read_dims.nx
imported by: nobody (leaf or entry point)
call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown
structs
| none |
consts
| none |
functions
| 24 | func main() -> i64 |