我知道 ascend 是推理卡, 不适合用于训练, 但我目前训练卡的配置出了问题, 想先用 ascend熟悉下分布式的配置, 遇到以下报错信息
E RuntimeError: Unsupported device target Ascend. This process only supports one of the ['CPU']. Please check whether the Ascend environment is installed and configured correctly, and check whether current mindspore wheel package was built with "-e Ascend". For details, please refer to "Device load error message".
这是因为 ascend 不支持分布式并行, 还是因为我的配置文件有问题, 或者是其他原因
我知道 ascend 是推理卡, 不适合用于训练, 但我目前训练卡的配置出了问题, 想先用 ascend熟悉下分布式的配置, 遇到以下报错信息
E RuntimeError: Unsupported device target Ascend. This process only supports one of the ['CPU']. Please check whether the Ascend environment is installed and configured correctly, and check whether current mindspore wheel package was built with "-e Ascend". For details, please refer to "Device load error message".
这是因为 ascend 不支持分布式并行, 还是因为我的配置文件有问题, 或者是其他原因