This repo is now complete as the local runtime and GGUF control plane. The last external dependency remains the upstream model-family weights and conversion toolchain.
- Copy
configs/production/real_gguf_build.env.exampletoconfigs/production/real_gguf_build.env. - Fill in real absolute paths for base weights, merged weights, converter, quantizer, runtime binary, and outputs.
- Run:
scripts/production/release_flagship_event.sh
- The release event will:
- run strict GGUF preflight
- build the GGUF handoff artifacts
- register the produced GGUF or
.llamafile - validate the active runtime
- write upstream event manifests under
reports/upstream_events/
The runtime side is already complete. This release flow isolates the only remaining external dependency to the actual upstream model-family weights and tools.