forked from nv-morpheus/Morpheus
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Merge 24.10 #8
Merged
dagardner-nv
merged 9 commits into
david-cpu-only-mode-1846
from
david-cpu-only-mode-1846-2410
Sep 11, 2024
Merged
Merge 24.10 #8
dagardner-nv
merged 9 commits into
david-cpu-only-mode-1846
from
david-cpu-only-mode-1846-2410
Sep 11, 2024
Commits on Sep 11, 2024
-
Removing support for
MultiMessage
from stages (nv-morpheus#1803)Part of finalizing `MultiMessage` deprecation. Previously the stages support processing both `ControlMessage` and `MultiMessage` - this PR removes the code paths for `MultiMessage` from the following stages (from both C++ & Python implementation): - Pre-process stages: - `deserialize_stage` - `preprocess_base_stage` - `preprocess_ae_stage` - `preprocess_fil_stage` - `preprocess_nlp_stage` - `train_ae_stage` - Post-process stages: - `serialize_stage` - `add_scores_stage_base_stage` - `add_scores_stage` - `add_classification_stage` - `filter_detections_stage` - `generate_viz_frames_stage` - `ml_flow_drift_stage` - `time_series_stage` - `validation_stage` - Inference stages: - `auto_encoder_inference_stage` - `identity_inference_stage` - `inference_stage` - `pytorch_inference_stage` - `triton_inference_stage` - Output stages: - `write_to_vector_db_stage` The related unit tests are also updated to use only `ControlMessage`. Morpheus examples that imports stages/messages directly (rather than creating their own version) are also updated to get CI passed for this PR. Closes nv-morpheus#1887 ## By Submitting this PR I confirm: - I am familiar with the [Contributing Guidelines](https://github.com/nv-morpheus/Morpheus/blob/main/docs/source/developer_guide/contributing.md). - When the PR is ready for review, new or existing tests cover these changes. - When the PR is ready for review, the documentation is up to date with these changes. Authors: - Yuchen Zhang (https://github.com/yczhang-nv) - Michael Demoret (https://github.com/mdemoret-nv) Approvers: - Michael Demoret (https://github.com/mdemoret-nv) - David Gardner (https://github.com/dagardner-nv) URL: nv-morpheus#1803
Configuration menu - View commit details
-
Copy full SHA for 1d02332 - Browse repository at this point
Copy the full SHA 1d02332View commit details -
Merge branch 'branch-24.10' of github.com:nv-morpheus/Morpheus into d…
…avid-cpu-only-mode-1846-2410
Configuration menu - View commit details
-
Copy full SHA for 7c010ca - Browse repository at this point
Copy the full SHA 7c010caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0853542 - Browse repository at this point
Copy the full SHA 0853542View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7852184 - Browse repository at this point
Copy the full SHA 7852184View commit details -
Configuration menu - View commit details
-
Copy full SHA for 88c08fe - Browse repository at this point
Copy the full SHA 88c08feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 25df4e1 - Browse repository at this point
Copy the full SHA 25df4e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for d6beeaf - Browse repository at this point
Copy the full SHA d6beeafView commit details -
Configuration menu - View commit details
-
Copy full SHA for f12b564 - Browse repository at this point
Copy the full SHA f12b564View commit details -
Configuration menu - View commit details
-
Copy full SHA for 021189f - Browse repository at this point
Copy the full SHA 021189fView commit details
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.