feat: streaming GGUF → bgz17 indexer + OpenChat 679× compression#48
Merged
Conversation
Streaming indexer output: 226 tensors indexed, 65 skipped (norms/biases). Attention 328×, FeedForward 920×, Embedding 3765×. Peak RAM 524 MB. https://claude.ai/code/session_01Y69Vnw751w75iVSBRws7o7
f16 bias=15, f32 bias=127. Subnormal exponent = 1-15 = -14. After mantissa normalization: f32_exp = 127 + (1-15) + e = 113 + e. Minimum e = -10 → f32_exp = 103. Always valid, no clamp needed. https://claude.ai/code/session_01Y69Vnw751w75iVSBRws7o7
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
gguf_indexer.rs, 525 LOC): reads GGUF tensor-by-tensor via seek, projects each weight matrix to Base17 via golden-step averaging, writes compressed BGZ7 output. Peak RAM = one tensor, regardless of model size.[out_ch, in_ch, kH, kW]reshaped toout_chvectors ofkernel_dim.src/hpc/openchat/weights/openchat-3.5-0106.bgz7(41 MB)Results
Test plan
--include-ignored)https://claude.ai/code/session_01Y69Vnw751w75iVSBRws7o7