Skip to content
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

[QST] How to set cuml for clustering under Jetson Orin NX board based on arm64. #6087

Open
anrkq1024 opened this issue Sep 27, 2024 · 2 comments
Labels
? - Needs Triage Need team to review and classify question Further information is requested

Comments

@anrkq1024
Copy link

First, I appreciate your review.

I tried to set an environments for cuml under jetson orin nx board, using conda.
I found that cuda 11.4 version is compatible with cuml 22.12.00.
Image
Image

So, I could import cuml, pyzed for zed stereo camera.

However, as I tried to apply an array into DBSCAN library of cuml, it caused an error.
I searched some blogs to solve it, someone explained that issue is caused by version miss matching between cuda and cuml. But, I think that the libraries in conda env are correctly installed.

Since It is my first try to use cuml under jetson nx board, I spent many days for this issue.
I hope that you suggest any method, which I can try in order to solve it.

Code
Image

Error
Image

@anrkq1024 anrkq1024 added ? - Needs Triage Need team to review and classify question Further information is requested labels Sep 27, 2024
@divyegala
Copy link
Member

@anrkq1024 we do not publish conda packages that are compiled for jetson orin nx board. I would recommend trying to compile from source.

@quasiben
Copy link
Member

quasiben commented Oct 1, 2024

@anrkq1024, If possible can you share a bit about how you might be using cuML on Jetson boards ? Are you training (or training and infering) in an IoT like environment ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
? - Needs Triage Need team to review and classify question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants