mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-06-24 14:33:20 +00:00
Merge branch 'upgrade-transformers' of github.com:flybird11111/ColossalAI into upgrade-transformers
This commit is contained in:
commit
e92a692c97
@ -26,6 +26,7 @@ def check_layer(rank, world_size, port):
|
||||
dist.all_reduce(tensor, op=ReduceOp.SUM, group=pg)
|
||||
assert tensor.equal(tensor_to_check)
|
||||
|
||||
|
||||
@pytest.mark.skip("tested in corresponding sharderformer")
|
||||
@pytest.mark.dist
|
||||
@rerun_if_address_is_in_use()
|
||||
|
Loading…
Reference in New Issue
Block a user