You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In PR #1454, the C++ implementation of the deserialize node was disabled and has not been re-enabled. Changing the value of support_cpp_node to return True throws an exception due to incorrect C++ node names. Fixing this results in CUDA errors down the line.
Minimum reproducible example
Make the changes shown [here](https://github.com/nv-morpheus/Morpheus/pull/1739/files#diff-f3ac53e0a1506b4fa8c2d577afc95fa9d72c450e1e9efd9ad14a83b4eee8c7f1R116-R128) and run the ABP test: `pytest --run_slow ./tests/test_abp.py`
Relevant log output
Click here to see error details
[Paste the error here, it will be hidden by default]
Full env printout
Click here to see environment details
[Paste the results of print_env.sh here, it will be hidden by default]
Other/Misc.
No response
Code of Conduct
I agree to follow Morpheus' Code of Conduct
I have searched the open bugs and have found no duplicates for this bug report
The text was updated successfully, but these errors were encountered:
Version
24.06
Which installation method(s) does this occur on?
Docker, Conda, Source, Kubernetes
Describe the bug.
In PR #1454, the C++ implementation of the deserialize node was disabled and has not been re-enabled. Changing the value of
support_cpp_node
to returnTrue
throws an exception due to incorrect C++ node names. Fixing this results in CUDA errors down the line.Minimum reproducible example
Make the changes shown [here](https://github.com/nv-morpheus/Morpheus/pull/1739/files#diff-f3ac53e0a1506b4fa8c2d577afc95fa9d72c450e1e9efd9ad14a83b4eee8c7f1R116-R128) and run the ABP test: `pytest --run_slow ./tests/test_abp.py`
Relevant log output
Click here to see error details
Full env printout
Click here to see environment details
Other/Misc.
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: