You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: add a Native compilation section to the README
The Features list and Usage section only mentioned the op-by-op
compiler mode; the single-NIF native replay and `:fuse` opt-in are now
shipping but the README didn't reflect either. Expand the Defn-compiler
Features bullet to name the three modes briefly, and add a Native
compilation section between Usage and Livebooks (matching the depth of
Concurrency model — a peer "advanced use" topic) that shows all three
modes in one code block, calls out the f32-reassociation trade-off for
`:fuse` and the sampling-divergence caveat, and points readers at
`Emily.Generation` for the autoregressive-decode case.
0 commit comments