Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gyzhou2000 committed Jul 29, 2024
1 parent 83fd195 commit ce3b426
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 428 deletions.
17 changes: 15 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,19 @@ GammaGL supports multiple deep learning backends, such as TensorFlow, PyTorch, P
Following [PyTorch Geometric(PyG)](https://github.com/pyg-team/pytorch_geometric), GammaGL utilizes a tensor-centric API. If you are familiar with PyG, it will be friendly and maybe a TensorFlow Geometric, Paddle Geometric, or MindSpore Geometric to you.

## News
<details>
<summary>2024-07-29 release v0.5
</summary>
</br>
We release the latest version v0.5

- 70 GNN models
- More fused operators
- Support GPU sample
- Support GraphStore and FeatureStore

</details>

<details>
<summary>2024-01-24 release v0.4
</summary>
Expand Down Expand Up @@ -110,7 +123,7 @@ We release the latest version v0.1.

## Get Started

Currently, GammaGL requires **Python Version >= 3.9**.
Currently, GammaGL requires **Python Version >= 3.9** and is only supported on **Linux** operating systems.


1. **Python environment** (Optional): We recommend using Conda package manager
Expand Down Expand Up @@ -387,7 +400,7 @@ CUDA_VISIBLE_DEVICES="1" TL_BACKEND="paddle" python gcn_trainer.py
## Supported Models

Now, GammaGL supports about 60 models, we welcome everyone to use or contribute models.
Now, GammaGL supports about 70 models, we welcome everyone to use or contribute models.

| | TensorFlow | PyTorch | Paddle | MindSpore |
| -------------------------------------------------- | ------------------ | ------------------ | ------------------ | ------------------ |
Expand Down
Loading

0 comments on commit ce3b426

Please sign in to comment.