Commit da6f721a authored by zhanggzh's avatar zhanggzh
Browse files

change version code

parent d99ae3f2
__version__ = '1.2.0'
__dcu_version__ = '1.2.0+das.dtk24041'
......@@ -69,7 +69,7 @@ if __name__ == '__main__':
setuptools.setup(
name='fastmoe',
#version='1.1.0',
version = '1.1.0' + '.das.' + dtk_version,
version = '1.1.0' + '.das.dtk' + dtk_version,
description='An efficient Mixture-of-Experts system for PyTorch',
author=', '.join(authors),
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