nx_coder_gen_nf.nx
buildroot/runtime/nx_coder_gen_nf.nx
about
nx_coder_gen_nf.nx -- L3b runner: NO-FLOAT tower greedy generation on the CODER weights.
nsv_init(coder path) + nsv_generate (mode 0 = i32 lossless, temp 0 = greedy) on two fixed
prompts; writes NEUTRAL lines "GEN p<k> tl=<n> text=[<printable>]" to /tmp/coder_gen_nf.txt
(identical format to the f32 runner -> the fidelity gate whole-file byte-compares).
license_tier: ORIGINAL expect_exit: 0
dependencies 1 imports · 0 importers
imports: nx_nofloat_serve_core.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
| 7 | const K_MAGIC_8192: i64 = 8192 |
| 8 | const K_MAGIC_4000: i64 = 4000 |
functions
| 10 | func cg_wb(fd: i64, p: *u8, n: i64) -> i64 |
| 22 | func cg_ws(fd: i64, s: *u8) -> i64 |
| 29 | func cg_wdec(fd: i64, v: i64) -> i64 |
| 44 | func cg_wtext(fd: i64, p: *u8, n: i64) -> i64 |
| 61 | func cg_prompt(fd: i64, k: i64, prompt: *u8, plen: i64) -> i64 |
| 89 | func main() -> i64 |