-
Notifications
You must be signed in to change notification settings - Fork 140
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
Forward-merge branch-24.10 into branch-25.02 #1983
Commits on Oct 24, 2024
-
Update Utilities submodule and fix compilation with latest build of M…
…RC (#1981) Depends on PR nv-morpheus/MRC#511 being completed, merged, and a new conda package uploaded before testing can begin. Fixes a small issue where MRC updated a function to be private to avoid incorrect usage of it. Authors: - Michael Demoret (https://github.com/mdemoret-nv) Approvers: - Anuradha Karuppiah (https://github.com/AnuradhaKaruppiah) - Christopher Harris (https://github.com/cwharris) URL: #1981
Configuration menu - View commit details
-
Copy full SHA for cc78e19 - Browse repository at this point
Copy the full SHA cc78e19View commit details -
Ensure timestamps are copied in
LLMEngineStage
(#1975)Closes #1973 ## 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: #1975
Configuration menu - View commit details
-
Copy full SHA for e351e07 - Browse repository at this point
Copy the full SHA e351e07View commit details -
Add CPU-only documentation (#1969)
* Adds `docs/source/basics/cpu_only_mode.md` Closes #1959 ## 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: - Yuchen Zhang (https://github.com/yczhang-nv) URL: #1969
Configuration menu - View commit details
-
Copy full SHA for fa38877 - Browse repository at this point
Copy the full SHA fa38877View commit details -
Support for
ControlMessage
as an output type for `HttpServerSourceS……tage` and `HttpClientSourceStage` (#1834) * Add optional `message_type`, `task_type`, `task_payload` arguments to `HttpServerSourceStage` & `HttpClientSourceStage`. * Add new `ConfigurableOutputSource` base class for single output source stages which support both `MessageMeta` and `ControlMessage` as output types. * When `ControlMessage` output is selected, HTTP request headers will be added to the message's metadata. * Define new request handler callback method `request_handler_fn_t` which receives the boost asio tcp endpoint along with the request object. * `HttpEndpoint` now optionally receives a `request_handler_fn_t` method, and for compatibility the older `payload_parse_fn_t` method. * Add an optional `include_headers` argument to `HttpEndpointInterfaceProxy::init`, which when `False` (the default) uses the existing `payload_parse_fn_t` method, and `request_handler_fn_t` when `True`. This changes the function signature, but not the behavior when the `include_headers` argument is omitted, so technically not an API breaking change. * Move/rename `cm_task_t`-->`control_message_task_t` from `deserialize.hpp` to be shared with other stages * Don't use `accept_status` for live and ready endpoints, as these should always return 200 on success, while `accept_status` defaults to `201 CREATED` which isn't appropriate for a health check. Closes #1811 ## 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: #1834
Configuration menu - View commit details
-
Copy full SHA for 058a90c - Browse repository at this point
Copy the full SHA 058a90cView commit details -
Revert the relative path change used in examples (#1978)
This change was made because of check-style failures when tests were refactored but is causing import failures. Note: This commit also reverts the style fix and the local imports are mis-sorted. We may need to update the style checker to fix it post release. Authors: - Anuradha Karuppiah (https://github.com/AnuradhaKaruppiah) Approvers: - Yuchen Zhang (https://github.com/yczhang-nv) URL: #1978
Configuration menu - View commit details
-
Copy full SHA for 9239d64 - Browse repository at this point
Copy the full SHA 9239d64View commit details -
Incorporate review comments in the conda packages documentation (#1982)
Docs update Authors: - Anuradha Karuppiah (https://github.com/AnuradhaKaruppiah) Approvers: - Yuchen Zhang (https://github.com/yczhang-nv) URL: #1982
Configuration menu - View commit details
-
Copy full SHA for 4591ee7 - Browse repository at this point
Copy the full SHA 4591ee7View commit details -
Fix
onnx-to-trt
utility (#1984)* Add missing `tensorrt-cu12` dependency to the `model-utils` environment. * Update `onnx-to-trt` to function with TensorRT v10, removed usage of attributes/methods which were deprecated in v8.4 and removed in v10. * Update documentation Closes #1979 ## 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: - Yuchen Zhang (https://github.com/yczhang-nv) - https://github.com/hsin-c URL: #1984
Configuration menu - View commit details
-
Copy full SHA for d813fc6 - Browse repository at this point
Copy the full SHA d813fc6View commit details -
Update
val-run-all.sh
to run cpp pipeline only (#1986)Update `val-run-all.sh` to run cpp pipeline only and do not run in Python. Closes #1985 ## 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) Approvers: - David Gardner (https://github.com/dagardner-nv) URL: #1986
Configuration menu - View commit details
-
Copy full SHA for f157c13 - Browse repository at this point
Copy the full SHA f157c13View commit details -
Install sentence-transformers via pip to avoid CPU-torch conda depend…
…encies (#1974) - Update `dependencies.yaml` and re-generate environment yaml's - Avoids install of `pytorch` cpu packages which causes examples like DFP try to use. Closes #1943 ## 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: - Eli Fajardo (https://github.com/efajardo-nv) - David Gardner (https://github.com/dagardner-nv) Approvers: - Michael Demoret (https://github.com/mdemoret-nv) URL: #1974
Configuration menu - View commit details
-
Copy full SHA for d89a29e - Browse repository at this point
Copy the full SHA d89a29eView commit details -
Fix utilities submodule commit (#1987)
The utilities submodule commit is referencing something that doesn't exist on `nv-morphues/utilities`. This PR fixes that. ## 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: - Michael Demoret (https://github.com/mdemoret-nv) URL: #1987
Configuration menu - View commit details
-
Copy full SHA for cf1ec22 - Browse repository at this point
Copy the full SHA cf1ec22View commit details
Commits on Oct 25, 2024
-
Populate all the LFS data needed for running examples within the rele…
…ase container (#1976) Move the data files needed for log-parsing from models to examples/data to avoid copying models to the release container Authors: - Anuradha Karuppiah (https://github.com/AnuradhaKaruppiah) Approvers: - David Gardner (https://github.com/dagardner-nv) URL: #1976
Configuration menu - View commit details
-
Copy full SHA for be7e90f - Browse repository at this point
Copy the full SHA be7e90fView commit details -
Fix minor issues with LLM example documentation (#1992)
* Agents: Show an actual runnable command that can be copy/pasted, not just the command usage. * Completion: Remove blank line in command block * RAG: Remove section about fetching data, RAG doesn't need any LFS files. * VDB Upload: Pipeline requires the `examples` dataset not the `datasets` dataset. * VDB Upload: Document how to run Milvus Closes #1991 ## 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) - Anuradha Karuppiah (https://github.com/AnuradhaKaruppiah) URL: #1992
Configuration menu - View commit details
-
Copy full SHA for 13c7268 - Browse repository at this point
Copy the full SHA 13c7268View commit details
Commits on Oct 28, 2024
-
Remove temporary DFP todo list (#1998)
Authors: - Anuradha Karuppiah (https://github.com/AnuradhaKaruppiah) Approvers: - Yuchen Zhang (https://github.com/yczhang-nv) URL: #1998
Configuration menu - View commit details
-
Copy full SHA for 567e270 - Browse repository at this point
Copy the full SHA 567e270View commit details -
Fix missing dependency in DFP Grafana example (#1977)
- Dependencies for DFP container were recently moved from `examples/digital_fingerprinting/production/conda_env.yaml` to `conda/environments/examples_cuda-125_arch-x86_64.yaml` but `python-logging-loki` was not included. - Add `python-logging-loki` to `example-dfp-prod` in `dependencies.yaml`. - Remove `conda_env.yaml` since it's no longer being used anywhere. Closes #1917 ## 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: - Eli Fajardo (https://github.com/efajardo-nv) - David Gardner (https://github.com/dagardner-nv) Approvers: - David Gardner (https://github.com/dagardner-nv) - Anuradha Karuppiah (https://github.com/AnuradhaKaruppiah) URL: #1977
Configuration menu - View commit details
-
Copy full SHA for 036d0b4 - Browse repository at this point
Copy the full SHA 036d0b4View commit details -
Fix AttributeError: 'int' object has no attribute 'item' (#1995)
* Fixes an issue where an `int` is being returned in the DFP rolling window stage, likely caused by the recent update to the version of pandas being used. * Update file paths to reflect the move of the `dfp_duo_pipeline.py`, `dfp_azure_pipeline.py` & `dfp_integrated_training_batch_pipeline.py` scripts * Document installing the missing dependencies needed for the DFP Grafana example Closes #1994 ## 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) - Anuradha Karuppiah (https://github.com/AnuradhaKaruppiah) URL: #1995
Configuration menu - View commit details
-
Copy full SHA for 4d84238 - Browse repository at this point
Copy the full SHA 4d84238View commit details -
Fix CUDF's
Column.from_column_view
by copying it and adjusting. (#2004) Closes #1934 ## 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: - Michael Demoret (https://github.com/mdemoret-nv) URL: #2004
Configuration menu - View commit details
-
Copy full SHA for a0ac32f - Browse repository at this point
Copy the full SHA a0ac32fView commit details
Commits on Oct 29, 2024
-
Fix up file paths in the DFP README (#2003)
This is to account for the changes done during DFP refactoring Authors: - Anuradha Karuppiah (https://github.com/AnuradhaKaruppiah) Approvers: - Michael Demoret (https://github.com/mdemoret-nv) URL: #2003
Configuration menu - View commit details
-
Copy full SHA for 0e46093 - Browse repository at this point
Copy the full SHA 0e46093View commit details -
Fix mis-leading deserialize stage comments (#2009)
* The deserialize stage no longer actually deserializes, but instead chunks incoming `MessageMeta` objects and converts to `ControlMessage` Closes #2007 ## 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: - Yuchen Zhang (https://github.com/yczhang-nv) URL: #2009
Configuration menu - View commit details
-
Copy full SHA for 113b235 - Browse repository at this point
Copy the full SHA 113b235View commit details -
Update Morpheus docs to use cuda 12.5 (#2008)
Closes #1999 ## 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) Approvers: - David Gardner (https://github.com/dagardner-nv) URL: #2008
Configuration menu - View commit details
-
Copy full SHA for b4be33f - Browse repository at this point
Copy the full SHA b4be33fView commit details -
Fix offset calculation when taking a slice of a
SlicedMessageMeta
(#……2006) Closes #2002 ## 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) - Christopher Harris (https://github.com/cwharris) URL: #2006
Configuration menu - View commit details
-
Copy full SHA for 6e2f4f1 - Browse repository at this point
Copy the full SHA 6e2f4f1View commit details -
Fixup file paths in the modular digital fingerprinting documentation. (…
…#2016) Authors: - Anuradha Karuppiah (https://github.com/AnuradhaKaruppiah) Approvers: - Yuchen Zhang (https://github.com/yczhang-nv) URL: #2016
Configuration menu - View commit details
-
Copy full SHA for 43d00c9 - Browse repository at this point
Copy the full SHA 43d00c9View commit details
Commits on Oct 30, 2024
-
Set the version in the conda packages docs (#2017)
Authors: - Anuradha Karuppiah (https://github.com/AnuradhaKaruppiah) Approvers: - Yuchen Zhang (https://github.com/yczhang-nv) URL: #2017
Configuration menu - View commit details
-
Copy full SHA for f1193b2 - Browse repository at this point
Copy the full SHA f1193b2View commit details -
Fix
DeserializeStage
to ensure output messages correctly contain th……e correct rows for each batch (#2015) * `DeserializeStage` now performs a copy of the rows needed for each batch, ensuring each output `ControlMessage` now has a unique `MessageMeta` and underlying `DataFrame` * Works-around issue where calling `SlicedMessageMeta::get_mutable_info().checkout_obj()` returns the entire `DataFrame` * This unfortunately means that `DeserializeStage` will require the GIL. * Remove unused `make_output_message` method * Avoid some redundant code in `SlicedMessageMeta` (unrelated but I was in this part of the code). Closes #2002 ## 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: - Christopher Harris (https://github.com/cwharris) URL: #2015
Configuration menu - View commit details
-
Copy full SHA for 6f89f83 - Browse repository at this point
Copy the full SHA 6f89f83View commit details -
Install morpheus-dfp conda package in the DFP container (#1971)
Earlier the morpheus-pipeline stage was using the morpheus-runtime container as the base image. This change switches the base container to nvidia/cuda and installs the morpheus-dfp library. There is a minor docs fixup in conda_packages.md that I pull in based on the review comments. Authors: - Anuradha Karuppiah (https://github.com/AnuradhaKaruppiah) Approvers: - David Gardner (https://github.com/dagardner-nv) URL: #1971
Configuration menu - View commit details
-
Copy full SHA for badce8c - Browse repository at this point
Copy the full SHA badce8cView commit details
Commits on Oct 31, 2024
-
Update to Triton Inference Server container version 24.09 (#2001)
* Updates the version of the Triton Inference server container being used by Morpheus from `23.06` to `24.09`. * Includes a re-trained `ransomw-model-short-rf` (PR #2023), the original model was not compatible with Triton 24.09 * Update the output dimensions of the `log-parsing-onnx` model per #1727 Closes #2000 ## 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: - https://github.com/raykallen - Christopher Harris (https://github.com/cwharris) - Michael Demoret (https://github.com/mdemoret-nv) URL: #2001
Configuration menu - View commit details
-
Copy full SHA for f5d8191 - Browse repository at this point
Copy the full SHA f5d8191View commit details -
Adding implementation of Router Nodes (#1963)
Requires changes from MRC PR: nv-morpheus/MRC#502 Closes #1519 Authors: - Michael Demoret (https://github.com/mdemoret-nv) Approvers: - David Gardner (https://github.com/dagardner-nv) URL: #1963
Configuration menu - View commit details
-
Copy full SHA for 8e29e9f - Browse repository at this point
Copy the full SHA 8e29e9fView commit details -
Fix
log_parsing
example pipeline null output issue (#2024)This bug is caused by the transition from `MultiMessage` to `ControlMessage`. `inference_stage.py::InferenceStage::_build_single` calls `_convert_one_response` in a loop for a batch, and the argument is passing is the same for the whole batch, but inside `_convert_one_response` we're grabbing the tensors and assigning starting at zero, so the tensors are overwriting each other and causes the issue. Added `batch_offset` variable to keep track where the next incoming tensor should start writing to the output message. Closes #2019 ## 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) - David Gardner (https://github.com/dagardner-nv) Approvers: - David Gardner (https://github.com/dagardner-nv) - Christopher Harris (https://github.com/cwharris) URL: #2024
Configuration menu - View commit details
-
Copy full SHA for de72aaf - Browse repository at this point
Copy the full SHA de72aafView commit details
Commits on Nov 1, 2024
-
Fix for duplicate row IDs in
log_parsing
output (#2031)* Use the index of the incoming DF as the source of the `doc` field not the first column of the sequence_ids * Fix typeo in docstring for `TableInfo::num_indices` (unrelated) * Remove declaration for unimplemtned/unused function in `python/morpheus/morpheus/_lib/include/morpheus/stages/deserialize.hpp` (unrelated) Closes #2029 ## 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: - Yuchen Zhang (https://github.com/yczhang-nv) URL: #2031
Configuration menu - View commit details
-
Copy full SHA for 986abdb - Browse repository at this point
Copy the full SHA 986abdbView commit details -
Benchmark updates/fixes (#1958)
- Fixes benchmark tests that were broken from latest code updates - Add `pynvml` dependency back to conda dev environment. It was removed when `nvtabular` was removed. - Remove broken E2E autoencoder test since Starter DFP is being removed. ## 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: - Eli Fajardo (https://github.com/efajardo-nv) Approvers: - David Gardner (https://github.com/dagardner-nv) URL: #1958
Configuration menu - View commit details
-
Copy full SHA for 785b2fc - Browse repository at this point
Copy the full SHA 785b2fcView commit details -
Copy data files needed by root_cause_analysis to examples/data (#2032)
Closes #2030 This is needed to run root_cause_analysis in the release container. Authors: - Anuradha Karuppiah (https://github.com/AnuradhaKaruppiah) Approvers: - Christopher Harris (https://github.com/cwharris) URL: #2032
Configuration menu - View commit details
-
Copy full SHA for 0a17204 - Browse repository at this point
Copy the full SHA 0a17204View commit details -
Add known issue for dask shutdown (#2027)
See #2026 ## 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: - David Gardner (https://github.com/dagardner-nv) URL: #2027
Configuration menu - View commit details
-
Copy full SHA for be485e6 - Browse repository at this point
Copy the full SHA be485e6View commit details -
Fix phishing Python API example to match CLI example (#2037)
At some point these got out of sync where the CLI was using add-scores, but the Python API was using the filter stage, and some of the docs were using add-scores as well ## 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: - Anuradha Karuppiah (https://github.com/AnuradhaKaruppiah) URL: #2037
Configuration menu - View commit details
-
Copy full SHA for 1ee0585 - Browse repository at this point
Copy the full SHA 1ee0585View commit details -
Model updates and cleanup following upgrade to to triton 24.09 (#2036)
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: - Anuradha Karuppiah (https://github.com/AnuradhaKaruppiah) Approvers: - https://github.com/raykallen URL: #2036
Configuration menu - View commit details
-
Copy full SHA for 6f5e325 - Browse repository at this point
Copy the full SHA 6f5e325View commit details -
Pin boto3 and s3fs to compatible versions to resolve access denied er…
…rors (#2039) Closes #2038 ## 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: - Anuradha Karuppiah (https://github.com/AnuradhaKaruppiah) URL: #2039
Configuration menu - View commit details
-
Copy full SHA for 15b864d - Browse repository at this point
Copy the full SHA 15b864dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ded1f1 - Browse repository at this point
Copy the full SHA 3ded1f1View commit details
Commits on Nov 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b935a0e - Browse repository at this point
Copy the full SHA b935a0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 599e73f - Browse repository at this point
Copy the full SHA 599e73fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c35970e - Browse repository at this point
Copy the full SHA c35970eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e71c19e - Browse repository at this point
Copy the full SHA e71c19eView commit details