Skip to content

Commit

Permalink
docs: fix formatting in llama.md
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Bevenius <[email protected]>
  • Loading branch information
danbev committed Jun 1, 2024
1 parent 4922203 commit a5ae6e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notes/llama.md
Original file line number Diff line number Diff line change
Expand Up @@ -4937,6 +4937,7 @@ $7 = {text = "▁world", score = -2927, type = LLAMA_TOKEN_TYPE_NORMAL}
```
Alright, that was some orientation about the input so lets step through this
and see what we can learn.

There are some convience variables created and some asserts that I'm skipping
but following those we have:
```c++
Expand Down Expand Up @@ -5046,7 +5047,6 @@ That will boil down to 0 > 6.
Lets take a closer look at `llama_kv_cache_find_slot` and lets just look at the
type of `kv_self` first:
```console
```console
(gdb) ptype kv_self
type = struct llama_kv_cache {
bool has_shift;
Expand Down

0 comments on commit a5ae6e3

Please sign in to comment.