Commit a3b2eb62 authored by Rick Ho's avatar Rick Ho
Browse files

checkout to v0.1.2

parent 3b82e379
## 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
......
......@@ -14,7 +14,7 @@ if os.environ.get('USE_NCCL', '0') == '1':
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='hja20@mails.tsinghua.edu.cn',
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment