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

METIS causes jupyter kernel crashed #9787

Open
RX28666 opened this issue Nov 15, 2024 · 0 comments
Open

METIS causes jupyter kernel crashed #9787

RX28666 opened this issue Nov 15, 2024 · 0 comments

Comments

@RX28666
Copy link

RX28666 commented Nov 15, 2024

😵 Describe the installation problem

Hello,

I followed the discussion in #1313 and used pip install torch-sparse==0.6.18 -f https://data.pyg.org/whl/torch-2.4.1+cu124.html to install torch-sparse. Then when I run perm, ptr = metis(data.adj_t, num_parts=40, log=True), the kernel crashed every time, it reported:

The Kernel crashed while executing code in the current cell or a previous cell. 
Please review the code in the cell(s) to identify a possible cause of the failure. 

Any help would be appreciated.

Environment

  • PyG version: 2.6.1
  • PyTorch version: 2.4.1
  • OS: Linux
  • Python version: 3.12
  • CUDA/cuDNN version: 12.4
  • How you installed PyTorch and PyG (conda, pip, source): pip
  • Any other relevant information (e.g., version of torch-scatter):
  • version of torch-scatter: 2.1.2
  • version of torch-sparse: 0.6.18+pt24cu124
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant