-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Add Seq Packing in NeMo / Neva2 #11633
Open
yaoyu-33
wants to merge
50
commits into
main
Choose a base branch
from
yuya/neva2_seq_packing
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+611
−138
Open
Changes from 42 commits
Commits
Show all changes
50 commits
Select commit
Hold shift + click to select a range
15439bf
api updates and fixes
yaoyu-33 6bfd873
Apply isort and black reformatting
yaoyu-33 773b4c9
fix
yaoyu-33 3a1a017
fix arg
yaoyu-33 e3e87b7
update seq packing in mock ds
yaoyu-33 4ee633c
Merge branch 'main' into yuya/neva2_seq_packing
yaoyu-33 ecc813d
Merge branch 'main' into yuya/neva2_seq_packing
yaoyu-33 c10157c
save
yaoyu-33 84eb7cc
update preprocess_data
yaoyu-33 3bf6442
update seq packing
yaoyu-33 c8a26af
Apply isort and black reformatting
yaoyu-33 48b5261
fix sp
yaoyu-33 365c051
Merge remote-tracking branch 'origin/yuya/neva2_seq_packing' into yuy…
yaoyu-33 7da82ed
save
yaoyu-33 4127c40
Merge branch 'main' into yuya/neva2_seq_packing
yaoyu-33 c5d26c3
fix seq packing
yaoyu-33 ecd461f
add truncation and padding
yaoyu-33 5e0a168
Apply isort and black reformatting
yaoyu-33 9240a79
Fix issues
yaoyu-33 4808999
change LLaVATemplateConfig variables to class variables
yashaswikarnati c4d92f9
change to use field with default attributes
yashaswikarnati ad44132
Apply isort and black reformatting
yashaswikarnati 7db8e52
Merge remote-tracking branch 'origin/yuya/neva2_seq_packing' into yuy…
yaoyu-33 e705afe
Apply isort and black reformatting
yaoyu-33 f0a9cb5
Merge remote-tracking branch 'origin/yash/fix_template_dataclass' int…
yaoyu-33 7415036
Add seq packing option in energon
yaoyu-33 af1f32a
Fix energon conversation
yaoyu-33 568f9aa
add energon option in neva training script
yaoyu-33 01fd6cf
Apply isort and black reformatting
yaoyu-33 094ef9a
add ci test for packed seq
yaoyu-33 626bbc3
fix mock dataset seq packing
yaoyu-33 18aa644
Apply isort and black reformatting
yaoyu-33 b4f7e8b
fix mock dataset seq packing
yaoyu-33 2ccea79
Merge remote-tracking branch 'origin/yuya/neva2_seq_packing' into yuy…
yaoyu-33 a2a4000
Apply isort and black reformatting
yaoyu-33 0599b5a
Merge branch 'main' into yuya/neva2_seq_packing
yaoyu-33 90778e1
fix lint and update seq pack func
yaoyu-33 38a6c49
Merge remote-tracking branch 'origin/yuya/neva2_seq_packing' into yuy…
yaoyu-33 f0ec5f1
fix energon module
yaoyu-33 ff45f7e
Apply isort and black reformatting
yaoyu-33 38e42a2
fix comments
yaoyu-33 eadc665
Apply isort and black reformatting
yaoyu-33 846252f
address lightning issues
yaoyu-33 d70e432
Merge remote-tracking branch 'origin/yuya/neva2_seq_packing' into yuy…
yaoyu-33 a2290de
Apply isort and black reformatting
yaoyu-33 3fdfe3e
Update sequence_packing.py
yaoyu-33 d24cd3b
Merge branch 'main' into yuya/neva2_seq_packing
yaoyu-33 a68e41f
update energon requirements
yaoyu-33 c04f1ed
Fix for energon update
yaoyu-33 41ab130
fix for test
yaoyu-33 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 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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Check notice
Code scanning / CodeQL
Unnecessary lambda Note
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you resolve this?