Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
FastMoE
Commits
da6f721a
Commit
da6f721a
authored
Aug 19, 2024
by
zhanggzh
Browse files
change version code
parent
d99ae3f2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
fmoe/__init__.py
fmoe/__init__.py
+1
-0
setup.py
setup.py
+1
-1
No files found.
fmoe/__init__.py
View file @
da6f721a
__version__
=
'1.2.0'
__dcu_version__
=
'1.2.0+das.dtk24041'
setup.py
View file @
da6f721a
...
...
@@ -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'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment