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

This commit is contained in:
binmakeswell
2021-11-03 16:07:28 +08:00
committed by Fan Cui
parent ccb44882e1
commit 05e7069a5b
21 changed files with 86 additions and 119 deletions

View File

@@ -167,7 +167,7 @@ setup(
'docs',
'tests',
'*.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,
cmdclass={'build_ext': BuildExtension} if ext_modules else {},
extras_require=extras,