-
Notifications
You must be signed in to change notification settings - Fork 186
Nova mme support #4360
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
Nova mme support #4360
Conversation
|
Add unit test? |
|
Added UTs |
|
Failing test due to throttling |
No, currently we need to register different pre/post functions for different modalities. I didn't get a chance to make the necessary changes as we're targeting to include this into 3.3.2. I will improve current implementation after the release |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4360 +/- ##
============================================
+ Coverage 80.09% 80.15% +0.05%
- Complexity 10199 10221 +22
============================================
Files 855 858 +3
Lines 44374 44460 +86
Branches 5135 5140 +5
============================================
+ Hits 35540 35635 +95
+ Misses 6670 6664 -6
+ Partials 2164 2161 -3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
would you create issue to track that? |
Created this issue: #4365 |
|
The backport to To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-3.3 3.3
# Navigate to the new working tree
cd .worktrees/backport-3.3
# Create a new branch
git switch --create backport/backport-4360-to-3.3
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 7d25d56bd8661b3ddb4655ba0a52c10c0d073dc4
# Push it to GitHub
git push --set-upstream origin backport/backport-4360-to-3.3
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-3.3Then, create a pull request where the |
Description
Add Nova MME support: add pre-process function for Nova audio, image, and video embedding
Related Issues
Resolves #[Issue number to be closed when this PR is merged]
Check List
--signoff.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.