-
Notifications
You must be signed in to change notification settings - Fork 154
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Consolidate the `examples/digital_fingerprinting/production/README.md` and `docs/source/developer_guide/guides/5_digital_fingerprinting.md` documents (#2107) * Ensure that the `README.md` file refers to the `5_digital_fingerprinting.md` file. * Remove redundant build instructions from `5_digital_fingerprinting.md` and instead direct the user to `README.md`. * The `README.md` file now documents how to build and run the example. * The `5_digital_fingerprinting.md` file now serves as a reference for features and output fields, along with guiding the user for customizing the pipeline. * Support ARM builds for DFP containers * Remove DFP documentation regarding helm charts. * Document the requirement for installing `model-utils` dependency target for the `onnx-to-trt` tool (#2103). * Update the `onnx-to-trt` import error message to reflect the `model-utils` Conda env file, rather than logging-and-raising place the error message directly into the exception, prevents the error message from being lost in the traceback. * Update the `--seq_length` flag in the `onnx-to-trt` command for converting the phishing model (#2116). * Replace hard-coded instances of `x86_64` #2114 * Add ARM to matrix for the `model-utils` target. * Add `.cache*` to `.gitignore` allows for platform-specific `.cache` directories. * Ignore verifying anchor tags for github.com, the way github.com handles anchor tags into markdown conflicts with the link checker. Closes #2103 Closes #2107 Closes #2114 Closes #2116 ## 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: #2117
- Loading branch information
1 parent
cf8a9df
commit c25de50
Showing
30 changed files
with
108 additions
and
233 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -88,7 +88,7 @@ htmlcov/ | |
.tox/ | ||
.coverage | ||
.coverage.* | ||
.cache | ||
.cache* | ||
nosetests.xml | ||
coverage.xml | ||
*.cover | ||
|
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# This file is generated by `rapids-dependency-file-generator`. | ||
# To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`. | ||
channels: | ||
- conda-forge | ||
- huggingface | ||
- rapidsai | ||
- rapidsai-nightly | ||
- nvidia | ||
- nvidia/label/dev | ||
- pytorch | ||
dependencies: | ||
- cuml=24.10.* | ||
- jupyterlab | ||
- matplotlib | ||
- onnx | ||
- pandas | ||
- pip | ||
- python=3.10 | ||
- scikit-learn=1.3.2 | ||
- seaborn | ||
- seqeval=1.2.2 | ||
- transformers=4.36.2 | ||
- xgboost | ||
- pip: | ||
- tensorrt-cu12 | ||
name: model-utils_cuda-125_arch-aarch64 |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.