-
Notifications
You must be signed in to change notification settings - Fork 144
Morpheus Abvp-nvsmi Detection #1597
Replies: 5 comments · 4 replies
-
@ABHIPATEL98 You also have the option to install Morpheus in a conda environment using the instructions here: You should then be able run the same command in the example README and use the |
Beta Was this translation helpful? Give feedback.
All reactions
-
👍 1
-
@efajardo-nv, thank you for your response. I followed the instructions and installed Morpheus in my conda environment using the link provided. However, when I attempted to run the tests, I encountered the following error: _ $ pytest Similarly, when executing the ABP-NVSMI Pipeline, I faced an identical issue _ $morpheus --log_level=DEBUG Kindly Help me to resolve this issue. |
Beta Was this translation helpful? Give feedback.
All reactions
-
@ABHIPATEL98 I was not able reproduce your error after creating a new conda environment using |
Beta Was this translation helpful? Give feedback.
All reactions
-
@efajardo-nv Thank you for your response, initially i was not running the above "pytest" command on my gpu node now , when i was running the same command on gpu node the error of 'FiberQueue' is not there instead i got the new error like this :$ pytest My enviorment information: $ ./external/utilities/scripts/print_env.sh Click here to see environment details
|
Beta Was this translation helpful? Give feedback.
All reactions
-
@ABHIPATEL98 Your environment output shows that your system is using an older NVIDIA driver with CUDA 11.6:
Morpheus 24.03 has a dependency on CUDA 12.1 so you'll need to update your NVIDIA driver to |
Beta Was this translation helpful? Give feedback.
All reactions
-
👍 1
-
@efajardo-nv, thank you for your response. I have reinstalled Morpheus and updated my CUDA version on another system. However, when I run pytest, I encounter the following error: $ pytest And Here Below is my enviorment information: Click here to see environment details
|
Beta Was this translation helpful? Give feedback.
All reactions
-
@ABHIPATEL98 Could you confirm that you ran the following step to compile morpheus in your environment:
|
Beta Was this translation helpful? Give feedback.
All reactions
-
@efajardo-nv yes i have compiled morpheus in my enviorment using this step only i got this output: $ ./scripts/compile.sh
-- [morpheus.dep.matx.rapids.cpm.find.rapids.find.package] Unable to find cublas_v2.h in either "/home/cdacapps01/.conda/envs/morpheus/targets/x86_64-linux/include" or "/home/cdacapps01/.conda/envs/morpheus/math_libs/include" -- [morpheus.dep.matx.rapids.cpm.find] CPM: Adding package [email protected] (13076b0c392add7100f55e2aa651653a29f26bf4 at /home/cdacapps01/wk-abhishek/morpheus/.cache/cpm/matx/46d0ec4fe5360e5a42f9bb95a36b1061195e1185) Update the VERSION argument value or use a ... suffix to tell -- [morpheus.dep.pybind11.rapids.cpm.find] pybind11 v2.8.1 Call Stack (most recent call first): -- [morpheus.dep.pybind11.rapids.cpm.find] CPM: Adding package [email protected] (v2.8.1 at /home/cdacapps01/wk-abhishek/morpheus/.cache/cpm/pybind11/ac147c1a6a180333a9254affdad4ffc70552f748) Update the VERSION argument value or use a ... suffix to tell CMake Deprecation Warning at .cache/cpm/rxcpp/b2d191b4c471273143046efec8f535a2cf41a228/projects/CMake/CMakeLists.txt:16 (cmake_minimum_required): Update the VERSION argument value or use a ... suffix to tell -- [morpheus.dep.rxcpp.rapids.cpm.find] RXCPP_DIR: /home/cdacapps01/wk-abhishek/morpheus/.cache/cpm/rxcpp/b2d191b4c471273143046efec8f535a2cf41a228 nvToolsExt has been superseded by nvtx3 since CUDA 10.0 and CMake 3.25. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at .cache/cpm/matx/46d0ec4fe5360e5a42f9bb95a36b1061195e1185/CMakeLists.txt:215 (target_link_libraries): nvToolsExt has been superseded by nvtx3 since CUDA 10.0 and CMake 3.25. This warning is for project developers. Use -Wno-dev to suppress it. CMake Error in morpheus/_lib/CMakeLists.txt: -- Generating done (0.1s) |
Beta Was this translation helpful? Give feedback.
All reactions
-
@ABHIPATEL98 According to the above output, the Morpheus build did not complete which is why you got the import error. I noticed this in the output:
Are you able to verify the GPUs in your environment with the |
Beta Was this translation helpful? Give feedback.
-
Thank you for providing the Python script for generating data for the Morpheus ABP-NVSMI detection model. I've obtained the dataset in a JSON file, but I'm not utilizing a Docker container to run Morpheus. Instead, I want to run this model locally on my computer. How can I execute your ABP-NVSMI model locally using the dataset produced from your script and determine if any mining application is running on my system?
Beta Was this translation helpful? Give feedback.
All reactions