No project description provided
Project description
GGFM is an open-source pipeline for graph foundation model based on PyTorch. We integrate SOTA graph foundation models.
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
.. code:: bash
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:
.. code:: bash
pip install torch torchvision torchaudio
3. DGL: Follow their tutorial to run the proper command according to your OS and CUDA version. For example:
.. code:: bash
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:
.. code:: bash
pip install torch_geometric
4. Install GGFM:
- install from pypi
.. code:: bash
pip install ggfm
- install from source
.. code:: bash
git clone https://github.com/BUPT-GAMMA/ggfm
cd ggfm
pip install .
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ggfm-0.1.8.tar.gz.
File metadata
- Download URL: ggfm-0.1.8.tar.gz
- Upload date:
- Size: 79.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.8.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c2bd15cbeca71f242b0d37121e0a70e5b9973c68e1611f99ae0a5f1d4e5f48e6
|
|
| MD5 |
d37e5bdd2241b2e7738882f7df09e07d
|
|
| BLAKE2b-256 |
f9e5456b0ae30818f8e057229e81e239cb32b47e78b7b47b096a50ea01edaf85
|
File details
Details for the file ggfm-0.1.8-py3-none-any.whl.
File metadata
- Download URL: ggfm-0.1.8-py3-none-any.whl
- Upload date:
- Size: 88.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.8.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b586af5134b137497cebe979419c1ae9e62ece04b57ee4df567496610644ff2f
|
|
| MD5 |
0387c04252c52d271cf65d26ceb12065
|
|
| BLAKE2b-256 |
e55eb1c85dde24a8908841a41cd0c6f3bb30e692a9822f73410c2231eba769a9
|