Skip to content

Commit

Permalink
doc clarification
Browse files Browse the repository at this point in the history
  • Loading branch information
mwlon committed Dec 7, 2024
1 parent 1bf3fc9 commit 27954cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/format.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,8 @@ and the deltas `[0, 10, 0]` would decode to the latents `[1, 3, 5, 17, 29]`.
Letting `lookback` be the delta latent variable.
Mode latents are decoded via `l[i] += l[i - lookback[i]]`.

The decompressor should error if any lookback exceeds the window.

### Modes

Based on the mode, latents are joined into the finalized numbers.
Expand Down

0 comments on commit 27954cb

Please sign in to comment.