Skip to content

feat(host): weight format header parser (W66, R-HS-14)#846

Open
gHashTag wants to merge 1 commit into
masterfrom
feat/wave-66/host-weight-header
Open

feat(host): weight format header parser (W66, R-HS-14)#846
gHashTag wants to merge 1 commit into
masterfrom
feat/wave-66/host-weight-header

Conversation

@gHashTag
Copy link
Copy Markdown
Owner

Closes #845

Wave 66 (R-HS-14): Host weight format header parser

What

  • New bootstrap/src/host/weight_header.rs
  • WeightHeader — 16-byte binary header (magic 0x54325700, version, layers, neurons, bits_per_weight, flags, checksum_seed)
  • encode()[u8; 16], decode(&[u8])Result<WeightHeader, HeaderError>
  • Builder pattern, validation, computed fields
  • Includes bitstream.rs from W65

Tests

15 new inline tests, all pass. 846 total.

Wave 66 (R-HS-14): WeightHeader with 16-byte binary header.
encode/decode, builder pattern, validation.
Includes bitstream.rs from W65.
15 new tests, all pass. 846 total.
@github-actions
Copy link
Copy Markdown

📓 NotebookLM Notebook linked to this PR

This notebook contains session context, decisions, and artifacts for this work.

@github-actions
Copy link
Copy Markdown

PR Dashboard

Generated at: 2026-05-24 08:55:26 UTC

Summary

Status Count
Total Open PRs 27
PRs with Failing Checks 7
PRs with All Checks Green 20
READY 19
FAILING 7
PENDING 0

This was referenced May 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Host weight format header parser (R-HS-14)

2 participants