-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat(test): add tqdm to get feedback when running locally * fix(test): remove generation config warnings * feat: compilation can be enabled only for decoding This will only enable compilation for decoding. Note that there is not a big speedup for now, probably due to slot increasing buffer size over time, triggering recompilation. * feat: logits post-processing happens on CPU Logits post-processing is not very heavyweight, and doing it on CPU actually accelerates decoding, because compilation is not re-triggered. * fix: comparison to False should be `cond is False`
- Loading branch information
1 parent
fdcd7ea
commit a8452e7
Showing
4 changed files
with
45 additions
and
21 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
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