".github/git@developer.sourcefind.cn:OpenDAS/bitsandbytes.git" did not exist on "98eed131c6483b6a8fd933c2cd3fead2f61ce5cb"
Unverified Commit f80b303c authored by Tom Birch's avatar Tom Birch Committed by GitHub
Browse files

fix bug (#193)

parent d85acf72
...@@ -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()
......
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