Skip to content

Commit c02becf

Browse files
minor
1 parent 0a12f21 commit c02becf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

_posts/2024-10-17-spec-decode.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,7 @@ However, selecting the right draft model can be challenging. For example, in mod
8383
<p align="center">
8484
<picture>
8585
<img src="/assets/figures/spec-decode/figure3.png" width="80%">
86-
</picture>
87-
86+
</picture><br>
8887
An example of prompt lookup decoding. Given the prompt, we build all 2-grams as the lookup key. The values are the three tokens following the lookup key. During generation, we will check if the current 2-gram matches any key in the lookup table. If so, we will propose the following tokens with the value.
8988
</p>
9089

0 commit comments

Comments
 (0)