-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Seq Packing in NeMo / Neva2 (#11633)
* api updates and fixes Signed-off-by: yaoyu-33 <[email protected]> * Apply isort and black reformatting Signed-off-by: yaoyu-33 <[email protected]> * fix Signed-off-by: yaoyu-33 <[email protected]> * fix arg Signed-off-by: yaoyu-33 <[email protected]> * update seq packing in mock ds Signed-off-by: yaoyu-33 <[email protected]> * save Signed-off-by: yaoyu-33 <[email protected]> * update preprocess_data Signed-off-by: yaoyu-33 <[email protected]> * update seq packing Signed-off-by: yaoyu-33 <[email protected]> * Apply isort and black reformatting Signed-off-by: yaoyu-33 <[email protected]> * fix sp Signed-off-by: yaoyu-33 <[email protected]> * save Signed-off-by: yaoyu-33 <[email protected]> * fix seq packing Signed-off-by: yaoyu-33 <[email protected]> * add truncation and padding Signed-off-by: yaoyu-33 <[email protected]> * Apply isort and black reformatting Signed-off-by: yaoyu-33 <[email protected]> * Fix issues Signed-off-by: yaoyu-33 <[email protected]> * change LLaVATemplateConfig variables to class variables * change to use field with default attributes * Apply isort and black reformatting Signed-off-by: yashaswikarnati <[email protected]> * Apply isort and black reformatting Signed-off-by: yaoyu-33 <[email protected]> * Add seq packing option in energon Signed-off-by: yaoyu-33 <[email protected]> * Fix energon conversation Signed-off-by: yaoyu-33 <[email protected]> * add energon option in neva training script Signed-off-by: yaoyu-33 <[email protected]> * Apply isort and black reformatting Signed-off-by: yaoyu-33 <[email protected]> * add ci test for packed seq Signed-off-by: yaoyu-33 <[email protected]> * fix mock dataset seq packing Signed-off-by: yaoyu-33 <[email protected]> * Apply isort and black reformatting Signed-off-by: yaoyu-33 <[email protected]> * fix mock dataset seq packing Signed-off-by: yaoyu-33 <[email protected]> * Apply isort and black reformatting Signed-off-by: yaoyu-33 <[email protected]> * fix lint and update seq pack func Signed-off-by: yaoyu-33 <[email protected]> * fix energon module Signed-off-by: yaoyu-33 <[email protected]> * Apply isort and black reformatting Signed-off-by: yaoyu-33 <[email protected]> * fix comments Signed-off-by: yaoyu-33 <[email protected]> * Apply isort and black reformatting Signed-off-by: yaoyu-33 <[email protected]> * address lightning issues Signed-off-by: yaoyu-33 <[email protected]> * Apply isort and black reformatting Signed-off-by: yaoyu-33 <[email protected]> * Update sequence_packing.py Signed-off-by: Yu Yao <[email protected]> * update energon requirements Signed-off-by: yaoyu-33 <[email protected]> * Fix for energon update Signed-off-by: yaoyu-33 <[email protected]> * fix for test Signed-off-by: yaoyu-33 <[email protected]> --------- Signed-off-by: yaoyu-33 <[email protected]> Signed-off-by: yaoyu-33 <[email protected]> Signed-off-by: yashaswikarnati <[email protected]> Signed-off-by: Yu Yao <[email protected]> Co-authored-by: yaoyu-33 <[email protected]> Co-authored-by: ykarnati <[email protected]> Co-authored-by: yashaswikarnati <[email protected]>
- Loading branch information
1 parent
3591cf8
commit 1626ddd
Showing
24 changed files
with
611 additions
and
138 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
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.