-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Neva ETP EPP support #12154
Open
yaoyu-33
wants to merge
103
commits into
main
Choose a base branch
from
yuya/neva_epp_etp
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.
Open
Neva ETP EPP support #12154
Changes from all commits
Commits
Show all changes
103 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 f508f8b
Initial support for CP
parthmannan 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 2a38eb6
Apply isort and black reformatting
parthmannan bd0179c
Improvements
parthmannan e491d3e
Merge branch 'pmannan/neva_cp_seq_packing' of https://github.com/NVID…
parthmannan c69b9e8
Merge branch 'yuya/neva2_seq_packing' of https://github.com/NVIDIA/Ne…
parthmannan 094ef9a
add ci test for packed seq
yaoyu-33 325a9a1
Fix for PP+CP
parthmannan 8b67987
Max seq len fix
parthmannan 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 b1c6af9
Merge branch 'refs/heads/yuya/neva2_seq_packing' into pmannan/neva_cp
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 d9b7520
reformat
yaoyu-33 12023b9
fix import
yaoyu-33 6db7636
rename to base.py
yaoyu-33 fc8e6da
fix few issues from importing
yaoyu-33 2385eaa
temp save for intern vit
yaoyu-33 3fdfe3e
Update sequence_packing.py
yaoyu-33 96fd7be
save for partially working internvit
yaoyu-33 04c6796
added support for importing clip vit
yashaswikarnati 5bd3723
Move projector
yaoyu-33 c8f11fb
fix intern_vit
yaoyu-33 9249af5
fix intern_vit conversion
yaoyu-33 d24cd3b
Merge branch 'main' into yuya/neva2_seq_packing
yaoyu-33 105e455
update intern vit
yaoyu-33 a68e41f
update energon requirements
yaoyu-33 c04f1ed
Fix for energon update
yaoyu-33 3a855bc
update tp logic
yaoyu-33 41ab130
fix for test
yaoyu-33 826a9ab
Apply isort and black reformatting
yaoyu-33 12b3521
Apply isort and black reformatting
yaoyu-33 421c789
Merge branch 'yuya/neva2_seq_packing' into pmannan/neva_cp
yaoyu-33 2e674c0
Merge remote-tracking branch 'origin/pmannan/neva_cp' into pmannan/ne…
yaoyu-33 4a4a91b
Merge branch 'main' into yuya/refactor_vlm_vision_module
yaoyu-33 ae6f5f7
Merge remote-tracking branch 'origin/main' into pmannan/neva_cp
yaoyu-33 65233cb
revert overlap config change
yaoyu-33 efbbdbf
fix neva generate
yaoyu-33 5517510
remove not used module
yaoyu-33 49854a0
update encoder / decoder seq len settings
yaoyu-33 5d094a6
temp save
yaoyu-33 bc52537
Merge branch 'main' into yuya/refactor_vlm_vision_module
yaoyu-33 309461f
update logging
yaoyu-33 a610a88
Apply isort and black reformatting
yaoyu-33 e4fe166
update init / fix unused layer bug
yaoyu-33 c33bf50
Apply isort and black reformatting
yaoyu-33 edd6aab
remove not used import
yaoyu-33 4fad475
Merge remote-tracking branch 'origin/yuya/refactor_vlm_vision_module'…
yaoyu-33 1c47a2d
Update for Siglip
yaoyu-33 25f1247
Apply isort and black reformatting
yaoyu-33 e7600e3
update init
yaoyu-33 01e4cd7
Merge remote-tracking branch 'origin/yuya/refactor_vlm_vision_module'…
yaoyu-33 46b2332
Apply isort and black reformatting
yaoyu-33 c364196
Fix logging
yaoyu-33 cfff3e0
Apply isort and black reformatting
yaoyu-33 8e9d8ed
Merge branch 'yuya/refactor_vlm_vision_module' into yuya/neva_epp_etp
yaoyu-33 789dfe8
fix hang
yaoyu-33 e5d85f2
fix
yaoyu-33 4932205
fix hang again
yaoyu-33 cfe337f
fix few issues
yaoyu-33 3296be1
turn off overlap
yaoyu-33 462fd23
Merge branch 'refs/heads/main' into yuya/neva_epp_etp
yaoyu-33 8698719
Apply isort and black reformatting
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
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.
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
Unused import Note
Copilot Autofix AI 6 days ago
To fix the problem, we need to remove the unused import statement. This will clean up the code and eliminate the unnecessary dependency. Specifically, we will delete the line that imports
NsysCallback
fromnemo.lightning.pytorch.callbacks
.