8000 GitHub - 112292454/ggfm: Pipeline for Graph Foundation Model
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

112292454/ggfm

 
 

Repository files navigation

GGFM is an open-source pipeline for graph foundation model based on PyTorch. We integrate SOTA graph foundation models.

Framework Overview

The relevant documentation is available here. It is under development, welcome join us!

Install

System requrements

GGFM works with the following operating systems:

  • Linux

Python environment requirments

1. Python environment (Optional): We recommend using Conda package manager

conda create -n ggfm python=3.8
source activate ggfm

2. Pytorch: Follow their tutorial to run the proper command according to your OS and CUDA version. For example:

pip install torch torchvision torchaudio

3. DGL: Follow their tutorial to run the proper command according to your OS and CUDA version. For example:

pip install dgl -f https://data.dgl.ai/wheels/repo.html

4. PyG: Follow their tutorial to run the proper command according to your OS and CUDA version. For example:

pip install torch_geometric

4. Install GGFM:

  • install from pypi
pip install ggfm
  • install from source
git clone https://github.com/BUPT-GAMMA/ggfm
cd ggfm
pip install .

About

Pipeline for Graph Foundation Model

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.3%
  • Other 0.7%
0