Task
Implement GF16 quantization validation workflow.
Requirements
- Encode model β GF16 binary
- Decode GF16 β verify reconstruction (roundtrip error < 1e-6)
- Size check: model_size < 16MB
- Validation on all 5 seeds from trios-submit
Acceptance
- Roundtrip error < 1e-6 on encode/decode
- GF16 size < 16MB verified
- Test coverage:
cargo test -p trios-quantize gf16_roundtrip
Output
- `crates/trios-quantize/src/gf16.rs` β GF16 encode/decode impl
- Integration test `tests/gf16_roundtrip_test.rs`
Part of: π EPIC: Parameter Golf Submission β Trinity + GF16
Blocker: RFC #107 (trios-proto) for Envelope protocol
Task
Implement GF16 quantization validation workflow.
Requirements
Acceptance
cargo test -p trios-quantize gf16_roundtripOutput
Part of: π EPIC: Parameter Golf Submission β Trinity + GF16
Blocker: RFC #107 (trios-proto) for Envelope protocol