Skip to content
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

Finalize remove multi message #2

Closed

Conversation

yczhang-nv
Copy link
Owner

Description

Closes

By Submitting this PR I confirm:

  • I am familiar with the Contributing Guidelines.
  • 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.

yczhang-nv and others added 30 commits September 6, 2024 18:46
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
yczhang-nv and others added 6 commits September 11, 2024 10:14
## 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:
  - Christopher Harris (https://github.com/cwharris)

Approvers:
  - Anuradha Karuppiah (https://github.com/AnuradhaKaruppiah)
  - Michael Demoret (https://github.com/mdemoret-nv)

URL: nv-morpheus#1880
* Remove `TODO` statements from documentation
* Add the word `TODO` to the `reject.txt` file, although due to errata-ai/vale#893 this does not guarantee occurrences will always be flagged.

Closes nv-morpheus#1877

## 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:
  - David Gardner (https://github.com/dagardner-nv)

Approvers:
  - Michael Demoret (https://github.com/mdemoret-nv)

URL: nv-morpheus#1879
@yczhang-nv yczhang-nv deleted the branch complete-remove-multi-message September 16, 2024 21:14
@yczhang-nv yczhang-nv closed this Sep 16, 2024
@yczhang-nv yczhang-nv deleted the finalize-remove-multi-message branch September 16, 2024 21:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants