swift 3.10环境初始化 swift安装,正常安装 # 当前默认下载安装为 3.10 版本,之前为 3.6版本【对应transformer_engine也没出错】 pip install --no-build-isolation 'transformer_engine[pytorch]' # 2.6.0.post安装后,训练报错 torch c++库缺失,预计使用 安装3.10swift后,megatron需要重新生成,之前的不可用