pytorch_geometric and GiGL

PyTorch Geometric is a mature, general-purpose GNN library that GiGL builds upon as a foundational dependency for its specialized large-scale distributed training framework, making them complements rather than competitors.

pytorch_geometric
93
Verified
GiGL
64
Established
Maintenance 20/25
Adoption 25/25
Maturity 25/25
Community 23/25
Maintenance 13/25
Adoption 8/25
Maturity 25/25
Community 18/25
Stars: 23,561
Forks: 3,967
Downloads: 1,165,902
Commits (30d): 19
Language: Python
License: MIT
Stars: 65
Forks: 13
Downloads:
Commits (30d): 0
Language: Python
License:
No risk flags
No Dependents

About pytorch_geometric

pyg-team/pytorch_geometric

Graph Neural Network Library for PyTorch

Provides a message-passing API for implementing custom GNN layers and pre-built convolution operators (GCNConv, EdgeConv, etc.) that handle node aggregation and feature propagation. Supports heterogeneous graphs, dynamic temporal graphs, and large-scale models with millions of nodes, alongside specialized data loaders for mini-batch training on both small and giant graphs. Includes built-in benchmark datasets and graph transforms for point clouds and 3D meshes, with `torch.compile` and multi-GPU support for production deployments.

About GiGL

Snapchat/GiGL

Gigantic Graph Learning (GiGL) Framework: Large-scale training and inference for Graph Neural Networks

Scores updated daily from GitHub, PyPI, and npm data. How scores work