Skip to content

aarch64 support #240

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

Open
ANYMS-A opened this issue Jan 10, 2025 · 1 comment
Open

aarch64 support #240

ANYMS-A opened this issue Jan 10, 2025 · 1 comment

Comments

@ANYMS-A
Copy link

ANYMS-A commented Jan 10, 2025

Hi, I'd like to know is there a compiled wheel for the aarch64 machine?

@westny
Copy link

westny commented Mar 11, 2025

I don't know if it answers your question, but if you go through the installation instructions of PyG, installing torch_cluster is recommended using --find-links together with https://data.pyg.org/whl/torch-2.5.0+cpu.html (for torch 2.5.* w/o cuda). If you inspect the link, you will see no wheel for aarch64 so I think you would have to build from source.

If it's of any interest, I have personally managed to build aarch64 containers with docker (arm64v8/ubuntu:22.04), where torch_cluster was successfully built from source and run. I verified this on a Mac machine (I personally run Ubuntu).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants