Unverified Commit eec44af1 authored by Jeff Rasley's avatar Jeff Rasley Committed by GitHub
Browse files

Turn back on PP tests (#558)

parent 0e831e23
...@@ -17,10 +17,6 @@ from deepspeed.runtime.pipe.module import LayerSpec ...@@ -17,10 +17,6 @@ from deepspeed.runtime.pipe.module import LayerSpec
from common import distributed_test 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): def rel_diff(A, B):
return abs(A - B) / abs(A) return abs(A - B) / abs(A)
......
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