Skip to content

Commit

Permalink
checkout to v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
laekov committed Mar 13, 2021
1 parent 3b82e37 commit a3b2eb6
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions doc/release-note.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## v0.1.2

### Compilation

- Remove dependency on the CUDA examples repository.

### Distributed

- Fix a bug related to PyTorch v1.8.0. FastMoE can now operate on multiple GPUs
on multiple nodes with PyTorch v1.8.0.

### Misc

- Fix tons of typos.
- Format the code.

## v0.1.1

### Distributed
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
if __name__ == '__main__':
setuptools.setup(
name='fastmoe',
version='0.1.1',
version='0.1.2',
description='An efficient Mixture-of-Experts system for PyTorch',
author='Jiaao He, Jiezhong Qiu and Aohan Zeng',
author_email='[email protected]',
Expand Down

0 comments on commit a3b2eb6

Please sign in to comment.