mirror of https://github.com/hpcaitech/ColossalAI
[NFC] polish tests/test_layers/test_3d/test_3d.py code style (#1740)
parent
912eb58ea0
commit
cbe9a4cb45
|
@ -38,6 +38,7 @@ def check_layer():
|
|||
check_loss()
|
||||
check_vocab_parallel_loss()
|
||||
|
||||
|
||||
def check_layer_and_operation(rank, world_size, port):
|
||||
disable_existing_loggers()
|
||||
launch(config=CONFIG, rank=rank, world_size=world_size, host='localhost', port=port, backend='nccl')
|
||||
|
|
Loading…
Reference in New Issue