模型开发接口
推理部署接口
API 相关说明
Get or set backend of collective communication. Available backends are [‘nccl’, ‘rccl’]
Examples
import megengine.distributed as dist dist.backend = "nccl"
previous
megengine.distributed
next
Server