-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Fix][Spec] Fix incorrect top-p normalization in batch verification (#…
…2940) This PR fixes a critical bug which does not properly set the top-p value for the probabilities computed by the main model in batch verification. This bug leads to a huge decrease of the speculative decoding accuracy.
- Loading branch information
1 parent
9336b4a
commit 0ed2179
Showing
2 changed files
with
7 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters