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
fairscale
Commits
f80b303c
Unverified
Commit
f80b303c
authored
Nov 17, 2020
by
Tom Birch
Committed by
GitHub
Nov 17, 2020
Browse files
fix bug (#193)
parent
d85acf72
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
tests/nn/pipe_process/test_bugs.py
tests/nn/pipe_process/test_bugs.py
+1
-0
No files found.
tests/nn/pipe_process/test_bugs.py
View file @
f80b303c
...
@@ -65,6 +65,7 @@ def python_autograd_function(pipeline_style):
...
@@ -65,6 +65,7 @@ def python_autograd_function(pipeline_style):
if
model
.
group
.
rank
()
==
1
:
if
model
.
group
.
rank
()
==
1
:
assert
torch
.
allclose
(
x
,
y
)
assert
torch
.
allclose
(
x
,
y
)
torch
.
distributed
.
rpc
.
shutdown
()
torch
.
distributed
.
barrier
()
torch
.
distributed
.
barrier
()
...
...
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