Skip to content

πŸ§ͺ GF16 Validation β€” encode/decode roundtrip + size checkΒ #531

@gHashTag

Description

@gHashTag

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions