-
Notifications
You must be signed in to change notification settings - Fork 31.1k
feat: Sequential beam search(a.k.a Low-memory beam search) #26304
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
4680d17
add sequential beam search (clean version)
Saibo-creator 98f17f5
fix bug in key_value split, this solves the problem of output mismatch
Saibo-creator 04234f6
update the logger message with accordant weights_file_name (#28181)
izyForever 30493fa
[`Llava`] Fix llava index errors (#28032)
younesbelkada b5d8e26
[`Awq`] Enable the possibility to skip quantization for some target m…
younesbelkada 010566e
fix FA2 when using quantization (#28203)
pacman100 8030da3
small typo (#28229)
stas00 8d85c88
Update docs around mixing hf scheduler with deepspeed optimizer (#28223)
dwyatte 62911a3
Fix trainer saving safetensors: metadata is None (#28219)
hiyouga 2bbb953
fix bug:divide by zero in _maybe_log_save_evaluate() (#28251)
frankenliu b18598d
[Whisper] Fix errors with MPS backend introduced by new code on word-…
ercaronte e2181ac
Remove fast tokenization warning in Data Collators (#28213)
dbuos 14a8699
Bump tj-actions/changed-files from 22.2 to 41 in /.github/workflows (…
dependabot[bot] 6054c33
Merge branch 'main' into fix_issue_22639
gante d78d038
refactor _split_model_inputs function for sequential beam search.
Saibo-creator 5f568c8
fix error with test_modeling_whisper.py
Saibo-creator 1c3fd14
fix syntax error(feature only available in python3.10)
Saibo-creator 270c1f5
fix typo
Saibo-creator File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.