Skip to content

Commit 9dd2c86

Browse files
Fix typo
Co-authored-by: Brian Dellabetta <[email protected]> Signed-off-by: Fynn Schmitt-Ulms <[email protected]>
1 parent 2cd5b7a commit 9dd2c86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/speculators/train/eagle3/attention.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def extend_mask_for_draft_tokens(block_mask):
7474
[0, 0, 1, 0, 0, 1],
7575
]
7676
]
77-
and then callinga again will give:
77+
and then calling again will give:
7878
[
7979
[
8080
[1, 0, 0, 1, 0, 0, 1, 0, 0],

0 commit comments

Comments
 (0)