提交 ec3c7366 编写于 作者: V Varuna Jayasiri

labml update

上级 753fbd34
...@@ -80,8 +80,9 @@ def main(rank: int, world_size: int, init_method: str = 'tcp://localhost:23456') ...@@ -80,8 +80,9 @@ def main(rank: int, world_size: int, init_method: str = 'tcp://localhost:23456')
torch.cuda.set_device(device) torch.cuda.set_device(device)
# Create the experiment # Create the experiment
experiment.create(name='zero3_neox', writers={'screen', 'labml'}) experiment.create(name='zero3_neox', writers={'screen', 'labml'},
experiment.distributed(rank, world_size) distributed_world_size=world_size,
distributed_rank=rank)
# Create configurations # Create configurations
conf = Configs() conf = Configs()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册