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
deepspeed
Commits
a5acb5b2
Commit
a5acb5b2
authored
Feb 03, 2020
by
Jeff Rasley
Browse files
updating formatting to pass yapf
parent
d0f930e4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
10 deletions
+5
-10
deepspeed/pt/deepspeed_csr_tensor.py
deepspeed/pt/deepspeed_csr_tensor.py
+0
-1
setup.py
setup.py
+5
-9
No files found.
deepspeed/pt/deepspeed_csr_tensor.py
View file @
a5acb5b2
...
@@ -57,4 +57,3 @@ class CSRTensor(object):
...
@@ -57,4 +57,3 @@ class CSRTensor(object):
def
__repr__
(
self
):
def
__repr__
(
self
):
return
self
.
__str__
()
return
self
.
__str__
()
setup.py
View file @
a5acb5b2
...
@@ -34,15 +34,11 @@ setup(name='deepspeed',
...
@@ -34,15 +34,11 @@ setup(name='deepspeed',
author
=
'DeepSpeed Team'
,
author
=
'DeepSpeed Team'
,
author_email
=
'deepspeed@microsoft.com'
,
author_email
=
'deepspeed@microsoft.com'
,
url
=
'http://aka.ms/deepspeed'
,
url
=
'http://aka.ms/deepspeed'
,
packages
=
find_packages
(
exclude
=
[
packages
=
find_packages
(
exclude
=
[
"docker"
,
"docker"
,
"third_party"
,
"third_party"
,
"csrc"
]),
"csrc"
scripts
=
[
'bin/deepspeed'
,
]),
'bin/ds'
],
scripts
=
[
'bin/deepspeed'
,
'bin/ds'
],
classifiers
=
[
'Programming Language :: Python :: 3.6'
],
classifiers
=
[
'Programming Language :: Python :: 3.6'
],
ext_modules
=
ext_modules
,
ext_modules
=
ext_modules
,
cmdclass
=
cmdclass
)
cmdclass
=
cmdclass
)
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