Skip to content

Commit 5bef1d8

Browse files
committed
data: Llama 4 Scout BF16 shard 3/5 → bgz17 (5.4 MB)
https://claude.ai/code/session_01Y69Vnw751w75iVSBRws7o7
1 parent 303c216 commit 5bef1d8

2 files changed

Lines changed: 1 addition & 0 deletions

File tree

src/hpc/gguf_indexer.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ pub fn classify_tensor(name: &str, dims: &[u64]) -> LayerType {
100100
// ============================================================================
101101

102102
const BASE_DIM: usize = 17;
103+
/// Golden-step = round(17 / φ) = round(17 / 1.618) = 11. gcd(11,17)=1 → visits all residues.
103104
const GOLDEN_STEP: usize = 11;
104105
const FP_SCALE: f64 = 256.0;
105106

5.31 MB
Binary file not shown.

0 commit comments

Comments
 (0)