Commit 05e7069a authored by binmakeswell's avatar binmakeswell Committed by Fan Cui
Browse files

fixed some typos in the documents, added blog link and paper author information in README

parent ccb44882
...@@ -167,7 +167,7 @@ setup( ...@@ -167,7 +167,7 @@ setup(
'docs', 'docs',
'tests', 'tests',
'*.egg-info',)), '*.egg-info',)),
description='An integrated large-scale model training framework with efficient parallelization techniques', description='An integrated large-scale model training system with efficient parallelization techniques',
ext_modules=ext_modules, ext_modules=ext_modules,
cmdclass={'build_ext': BuildExtension} if ext_modules else {}, cmdclass={'build_ext': BuildExtension} if ext_modules else {},
extras_require=extras, extras_require=extras,
......
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