提交 a5acb5b2 编写于 作者: J Jeff Rasley

updating formatting to pass yapf

上级 d0f930e4
......@@ -57,4 +57,3 @@ class CSRTensor(object):
def __repr__(self):
return self.__str__()
......@@ -34,15 +34,11 @@ setup(name='deepspeed',
author='DeepSpeed Team',
author_email='deepspeed@microsoft.com',
url='http://aka.ms/deepspeed',
packages=find_packages(exclude=[
"docker",
"third_party",
"csrc"
]),
scripts=[
'bin/deepspeed',
'bin/ds'
],
packages=find_packages(exclude=["docker",
"third_party",
"csrc"]),
scripts=['bin/deepspeed',
'bin/ds'],
classifiers=['Programming Language :: Python :: 3.6'],
ext_modules=ext_modules,
cmdclass=cmdclass)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册