From db6adf1a326f31d9977f98eb41439fc904af5a89 Mon Sep 17 00:00:00 2001 From: David Gardner Date: Mon, 22 Apr 2024 14:05:08 -0700 Subject: [PATCH] Document current known issues --- docs/source/extra_info/known_issues.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/source/extra_info/known_issues.md b/docs/source/extra_info/known_issues.md index 2ade48011e..014fac3471 100644 --- a/docs/source/extra_info/known_issues.md +++ b/docs/source/extra_info/known_issues.md @@ -17,4 +17,9 @@ limitations under the License. # Known Issues +- TrainAEStage fails with a Segmentation fault ([#1641](https://github.com/nv-morpheus/Morpheus/pull/1641)) +- vdb_upload example pipeline triggers an internal error in Triton ([#1649](https://github.com/nv-morpheus/Morpheus/pull/1649)) +- vdb_upload example pipeline error on inserting large strings ([#1650](https://github.com/nv-morpheus/Morpheus/pull/1650)) +- vdb_upload example pipeline only works with C++ mode disabled ([#1651](https://github.com/nv-morpheus/Morpheus/pull/1651)) + Refer to [open issues in the Morpheus project](https://github.com/nv-morpheus/Morpheus/issues)