forked from nv-morpheus/Morpheus
-
Notifications
You must be signed in to change notification settings - Fork 2
Daci 2506 dlp #14
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
Open
dagardner-nv
wants to merge
9
commits into
david-tzm-dlp
Choose a base branch
from
daci-2506-dlp
base: david-tzm-dlp
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
Daci 2506 dlp #14
Conversation
This file contains hidden or 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
…morpheus#2215) Fixes the DFP example not building due to the Dockerfile referencing an outdated Conda environment file. Updated the environment file reference from `dfp_example_cuda-125_arch-$(arch).yaml` to `dfp_example_cuda-128_arch-$(arch).yaml` to match the currently available config. Authors: - Michał Siwiec (https://github.com/Misiac) - Will Killian (https://github.com/willkill07) Approvers: - David Gardner (https://github.com/dagardner-nv) URL: nv-morpheus#2215
* Incorporates DLP work from @tzemicheal into a Morpheus example * Add new overload of `get_column(const std::string& column_name)` to `TableInfoBase` * Update huggingface_hub and transformers packages to versions compatible with gliner. Add explicit dep on yaml (previously this was a transient dep). * Unfortunately the `gliner` package needs to be installed manually (documented in `examples/data_loss_prevention/README.md`). The main reason for this is to avoid a CPU build of `onnxruntime` from being installed (ref: urchade/GLiNER#267) * Add new `gliner-bi-encoder-onnx` model to repo and models container * Fix serialization issue when struct columns are written out to disk nv-morpheus#2236 * Add Parquet support to `write_df_to_file` fixes nv-morpheus#2236 fixes nv-morpheus#2237 ## 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) - Tad ZeMicheal (https://github.com/tzemicheal) Approvers: - Will Killian (https://github.com/willkill07) - https://github.com/hsin-c URL: nv-morpheus#2226
Quick PR to format the diagram in the DLP example's README. Authors: - https://github.com/hsin-c Approvers: - Will Killian (https://github.com/willkill07) URL: nv-morpheus#2240
…AMPLES=ON flag (nv-morpheus#2243) * Missing bit of documentation * Document that the example isn't runnable within the release container (nv-morpheus#2242). * Remove an erroneous `--prune` flag I found in the DOCA documentation Closes nv-morpheus#2241 ## 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: - Will Killian (https://github.com/willkill07) URL: nv-morpheus#2243
Closes ## 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: - Tad ZeMicheal (https://github.com/tzemicheal) Approvers: - https://github.com/hsin-c - David Gardner (https://github.com/dagardner-nv) URL: nv-morpheus#2227
…heus#2244) * Support the DLP pipeline in the release container * Add a `compile.sh` script allowing the example to be built after the fact. * Since we don't include models in the release container (nor do we provide a way to fetch them), this also includes a fallback mechanism for fetching the model on demand from huggingface hub. Closes nv-morpheus#2242 ## 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: - Will Killian (https://github.com/willkill07) URL: nv-morpheus#2244
) This PR updates the DLP README and notebook to include new diagrams and fixes the section numbering in the notebook. Authors: - https://github.com/hsin-c Approvers: - Tad ZeMicheal (https://github.com/tzemicheal) - David Gardner (https://github.com/dagardner-nv) URL: nv-morpheus#2246
…nv-morpheus#2251) ## 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: - Will Killian (https://github.com/willkill07) URL: nv-morpheus#2251
… list (nv-morpheus#2250) Add DLP pipeline examples in the README.md content list. Closes ## 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: - Tad ZeMicheal (https://github.com/tzemicheal) Approvers: - David Gardner (https://github.com/dagardner-nv) URL: nv-morpheus#2250
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
Closes
By Submitting this PR I confirm: