nx_gguf_typecensus.nx
buildroot/runtime/nx_gguf_typecensus.nx
about
nx_gguf_typecensus.nx -- tally the real model's tensors by ggml_type,
so we know what quant the weights actually are (the memory-bound decode
lever depends on it: Q8_0=1B/val, Q4_K=0.56B/val, F32=4B/val).
ggml types: 0=F32 1=F16 2=Q4_0 3=Q4_1 8=Q8_0 12=Q4_K 14=Q6_K.
expect_exit: 0
dependencies 5 imports · 0 importers
imports: nx_syscalls.nxnx_tier.nxnx_gguf.nxnx_gguf_load.nxnx_fmt.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
| 13 | func main() -> i64 |