-
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
Clip Model in Nemo2 #11980
Clip Model in Nemo2 #11980
Conversation
Signed-off-by: abhinavg4 <[email protected]>
Signed-off-by: abhinavg4 <[email protected]>
# Conflicts: # nemo/collections/multimodal/data/energon/base.py # nemo/collections/vlm/__init__.py # nemo/collections/vlm/neva/model/base.py # nemo/lightning/pytorch/callbacks/progress_printer.py
Signed-off-by: huvunvidia <[email protected]>
Signed-off-by: huvunvidia <[email protected]>
…p_ab/clip # Conflicts: # nemo/collections/vlm/openvla/data/lazy.py # nemo/collections/vlm/openvla/data/prismatic/util/data_utils.py
beep boop 🤖: 🙏 The following files have warnings. In case you are familiar with these, please try helping us to improve the code base. Your code was analyzed with PyLint. The following annotations have been identified:
Mitigation guide:
By applying these rules, we reduce the occurance of this message in future. Thank you for improving NeMo's documentation! |
beep boop 🤖: 🚨 The following files must be fixed before merge! Your code was analyzed with PyLint. The following annotations have been identified:
Mitigation guide:
By applying these rules, we reduce the occurance of this message in future. Thank you for improving NeMo's documentation! |
Signed-off-by: abhinavg4 <[email protected]>
Signed-off-by: abhinavg4 <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #11980 +/- ##
==========================================
+ Coverage 30.30% 30.43% +0.13%
==========================================
Files 1387 1395 +8
Lines 176283 176930 +647
Branches 27091 27128 +37
==========================================
+ Hits 53423 53856 +433
- Misses 118776 118986 +210
- Partials 4084 4088 +4 ☔ View full report in Codecov by Sentry. |
[🤖]: Hi @abhinavg4 👋, We wanted to let you know that a CICD pipeline for this PR just finished successfully So it might be time to merge this PR or get some approvals I'm just a bot so I'll leave it you what to do next. //cc @pablo-garay @ko3n1g |
* Initial commit * Apply isort and black reformatting Signed-off-by: abhinavg4 <[email protected]> * Initial commit * Apply isort and black reformatting Signed-off-by: abhinavg4 <[email protected]> * Adding clip data module * Adding some data modules * Adding code for Yash * Adding code for Yash * first commit * cleaning codes * runnable code for one vision encoder * Apply isort and black reformatting Signed-off-by: huvunvidia <[email protected]> * Newer code * remove irrelevant code in backbones (download models and models-related methods) * Apply isort and black reformatting Signed-off-by: huvunvidia <[email protected]> * Code for Huy * Code for Huy * Code for Huy * Code for Huy * Code for Huy * Code for Huy * Removing OpenVLA related commits * Removing OpenVLA related commits * Code for Clip * Apply isort and black reformatting Signed-off-by: abhinavg4 <[email protected]> * Apply isort and black reformatting Signed-off-by: artbataev <[email protected]> * Removing some debug commits * Removing some debug commits * Code for Clip * Code for Clip * Code for Clip * Code for Clip * Removing some not needed files * Some more minor change * Apply isort and black reformatting Signed-off-by: abhinavg4 <[email protected]> * Adding Nemo Run * Apply isort and black reformatting Signed-off-by: abhinavg4 <[email protected]> * Batch size changes * PR comments * Apply isort and black reformatting Signed-off-by: abhinavg4 <[email protected]> * PR comments * Apply isort and black reformatting Signed-off-by: abhinavg4 <[email protected]> * PR comments * Apply isort and black reformatting Signed-off-by: abhinavg4 <[email protected]> * Adding Energon requirements * Apply isort and black reformatting Signed-off-by: abhinavg4 <[email protected]> * PR Changes * Apply isort and black reformatting Signed-off-by: abhinavg4 <[email protected]> * PR Changes * Changes to Energon * Changes for PR * Apply isort and black reformatting Signed-off-by: abhinavg4 <[email protected]> * Changes for PR * Apply isort and black reformatting Signed-off-by: abhinavg4 <[email protected]> * Changes for PR * Apply isort and black reformatting Signed-off-by: abhinavg4 <[email protected]> --------- Signed-off-by: abhinavg4 <[email protected]> Signed-off-by: huvunvidia <[email protected]> Signed-off-by: artbataev <[email protected]> Co-authored-by: abhinavg4 <[email protected]> Co-authored-by: Huy Vu2 <[email protected]> Co-authored-by: huvunvidia <[email protected]> Co-authored-by: artbataev <[email protected]>
What does this PR do ?
Add a one line overview of what this PR aims to accomplish.
Collection: [Note which collection this PR will affect]
Changelog
Usage
# Add a code snippet demonstrating how to use this
GitHub Actions CI
The Jenkins CI system has been replaced by GitHub Actions self-hosted runners.
The GitHub Actions CI will run automatically when the "Run CICD" label is added to the PR.
To re-run CI remove and add the label again.
To run CI on an untrusted fork, a NeMo user with write access must first click "Approve and run".
Before your PR is "Ready for review"
Pre checks:
PR Type:
If you haven't finished some of the above items you can still open "Draft" PR.
Who can review?
Anyone in the community is free to review the PR once the checks have passed.
Contributor guidelines contains specific people who can review PRs to various areas.
Additional Information