Skip to content

Commit

Permalink
docs: fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
danbev committed Aug 5, 2024
1 parent 4c26e1e commit 7e113e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions notes/position-embeddings/ggml-rope.md
Original file line number Diff line number Diff line change
Expand Up @@ -500,6 +500,7 @@ This value is clamped and inverted using:
return 1 - MIN(1, MAX(0, y));
```
So for our first dimension we will get:
```
-20 / 26 = -0.769230769
1 - MIN(1, MAX(0, -0.769230769)) =
1 - MIN(1, -0.769230769) =
Expand Down

0 comments on commit 7e113e4

Please sign in to comment.