多机并行计算
This commit is contained in:
@ -68,7 +68,7 @@ logging:
|
||||
|
||||
# 分布式训练(可选)
|
||||
distributed:
|
||||
enabled: false # 是否启用分布式训练
|
||||
enabled: true # 是否启用分布式训练
|
||||
backend: "nccl" # 分布式后端(nccl/gloo)
|
||||
node_rank: 0 # 节点编号
|
||||
node_num: 1 # 共计几个节点 一般几台机器就有几个节点
|
||||
node_num: 2 # 共计几个节点 一般几台机器就有几个节点
|
||||
|
Reference in New Issue
Block a user