nx_f32_llm_special_tokens_test.nx
buildroot/runtime/nx_f32_llm_special_tokens_test.nx
about
nx_f32_llm_special_tokens_test.nx -- smoke for nx_f32_llm_special_tokens.nx.
Builds a synthetic GGUF with:
tokenizer.ggml.bos_token_id U32 1
tokenizer.ggml.eos_token_id U32 2
tokenizer.ggml.padding_token_id U32 0
Verifies all three readers return the expected ids; missing keys
return -1.
dependencies 7 imports · 0 importers
imports: nx_syscalls.nxnx_tier.nxnx_le.nxnx_gguf.nxnx_gguf_load.nxnx_gguf_meta.nxnx_f32_llm_special_tokens.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
| 18 | func _write_meta_u32(buf: *u8, p_in: i64, |
| 30 | func main() -> i64 |