在命令行运行程序时候可成功跑通,但在程序调试过程中出现如下错误:
源代码:
修改后:
import torch.distributed as dist
import os
os.environ['MASTER_ADDR'] = 'localhost'
os.environ['MASTER_PORT'] = '5678'文章来源:https://www.toymoban.com/news/detail-516589.html
dist.init_process_group(backend='nccl', init_method='env://', rank = 0, world_size = 1)文章来源地址https://www.toymoban.com/news/detail-516589.html
到了这里,关于解决ValueError: Error initializing torch.distributed using env:// rendezvous:: environment variable 报错的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!