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
eec44af1
Unverified
Commit
eec44af1
authored
Nov 24, 2020
by
Jeff Rasley
Committed by
GitHub
Nov 24, 2020
Browse files
Turn back on PP tests (#558)
parent
0e831e23
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
tests/unit/test_pipe.py
tests/unit/test_pipe.py
+0
-4
No files found.
tests/unit/test_pipe.py
View file @
eec44af1
...
...
@@ -17,10 +17,6 @@ from deepspeed.runtime.pipe.module import LayerSpec
from
common
import
distributed_test
pytest
.
skip
(
"skipping until we can figure out what's causing these to hang inside our CI"
,
allow_module_level
=
True
)
def
rel_diff
(
A
,
B
):
return
abs
(
A
-
B
)
/
abs
(
A
)
...
...
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