What is your question?
I know that anaconda can be installed using Archiconda. However, I dont know wheter cuml and cudf can installed on nvidia jetson tx1/tx2/nano? Or does these two packages have aarch64 version?
Sadly no (technically not yet, and it probably wouldn't be officially supported). RAPIDS, and its libraries like cuML, require Pascal architecture and higher. The Jetson boards use Maxwell Architecture. RAPIDS does work on the Xavier boards.
The Jetson TX2 uses Pascal architecture. I've got cudf to install on the TX2 with workarounds similar to the ones for Xavier and I'm currently trying to install cuml. It would be helpful if there was some more support. I still have a few dependency issues, will post once I have updates.
The Jetson TX2 uses Pascal architecture. I've got cudf to install on the TX2 with workarounds similar to the ones for Xavier and I'm currently trying to install cuml. It would be helpful if there was some more support. I still have a few dependency issues, will post once I have updates.
Thanks for your reply. Hope you can keep updating.
Most helpful comment
The Jetson TX2 uses Pascal architecture. I've got cudf to install on the TX2 with workarounds similar to the ones for Xavier and I'm currently trying to install cuml. It would be helpful if there was some more support. I still have a few dependency issues, will post once I have updates.