Skip to content

Commit

Permalink
[Submodule] Add FastMoE as third-party library (#298)
Browse files Browse the repository at this point in the history
  • Loading branch information
cenyk1230 authored Nov 5, 2021
1 parent 9a2aceb commit d94fe57
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@
path = third_party/actnn
url = https://github.com/ucbrise/actnn
branch = main
[submodule "third_party/fastmoe"]
path = third_party/fastmoe
url = https://github.com/laekov/fastmoe
branch = master
8 changes: 8 additions & 0 deletions third_party/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

[ActNN](https://github.com/ucbrise/actnn) can reduce the training memory footprint by compressing the saved activations.

[FastMoE](https://github.com/laekov/fastmoe) can be used for GNN models wtih the Mixture of Experts (MoE).

## Installation

For dgNN,
Expand All @@ -17,3 +19,9 @@ For ActNN,
cd actnn/actnn
pip install -v -e .
```

For FastMoE,
```bash
cd fastmoe
python setup.py install
```
1 change: 1 addition & 0 deletions third_party/fastmoe
Submodule fastmoe added at 3397bc

0 comments on commit d94fe57

Please sign in to comment.