pyg-lib
pyg-lib copied to clipboard
Low-Level Graph Neural Network Operators for PyG
### 🚀 The feature, motivation and pitch As the kernels seem to be limited to the FP32 data type at the moment, it would be immensely helpful to have the...
### 🐛 Describe the bug I was trying to reproduce the minimal example listed in the [documentation](https://pyg-lib.readthedocs.io/en/latest/modules/ops.html#pyg_lib.ops.segment_matmul) for `segment_matmul`. However, I've found that while it works on the CPU, it...
### 😵 cant install pyg Everytime i use the command: `pip install pyg-lib -f https://data.pyg.org/whl/torch-1.13.1+cpu.html` I get the error message `ERROR: Could not find a version that satisfies the requirement...
### 🚀 The feature, motivation and pitch In an attempt to fully rely on `pyg-lib` for future development, the following two features planned to be supported- - METIS partitioning move...
The first `pyg-lib` release will focus on unifying the implementations from `torch-sparse` and `torch-cluster` into a single package in order to reduce the number of external low-level library dependencies of...
### 🐛 Describe the bug As mentioned in https://github.com/pyg-team/pyg-lib/issues/66#issuecomment-1431636131 there seems to be a regression of sorts to the + notation for .whl generation. **Copied from other issue** I believe...
### 🚀 The feature, motivation and pitch Since each distribution wheel is built for a particular version of PyTorch, it would be helpful to specify that PyTorch version in `Requires-Dist`...
### 🐛 Describe the bug We're installing on a nvidia rapids container (22.12), with carefully selected cuda version (in this case 11.3, where their max is 11.5). Installing pyg-lib via...
### 😵 Describe the installation problem so if I have an old installation of pyg-lib I can uninstall it: ``` root@8239e7e0e1e1:/opt/pyg/pyg-lib# pip uninstall -y pyg-lib Found existing installation: pyg-lib 0.1.0...