python .\app.py 运行出现错误
(lmflow) PS E:\LMFlow-main\LMFlow-main\service> python .\app.py
[2023-04-25 21:05:12,655] [INFO] [comm.py:570:init_distributed] Not using the DeepSpeed or dist launchers, attempting to detect MPI environment...
'"hostname -I"' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
Traceback (most recent call last):
File "E:\LMFlow-main\LMFlow-main\service\app.py", line 34, in
记录下修改代码

紧接着出现问题
no NCCL
解决
https://huaweicloud.csdn.net/63806cdbdacf622b8df87fbe.html?spm=1001.2101.3001.6650.1&utm_medium=distribute.pc_relevant.none-task-blog-2%7Edefault%7EBlogCommendFromBaidu%7Eactivity-1-120070425-blog-127900544.235%5Ev32%5Epc_relevant_default_base3&depth_1-utm_source=distribute.pc_relevant.none-task-blog-2%7Edefault%7EBlogCommendFromBaidu%7Eactivity-1-120070425-blog-127900544.235%5Ev32%5Epc_relevant_default_base3&utm_relevant_index=2
紧接着出现
看起来您是在windows下运行的,建议使用linux服务器运行。我们没有在windows下进行过测试。欢迎加入社区群寻求更多的帮助。
It looks like you're running on Windows, and we recommend using a Linux server to run. We haven't tested on Windows. Feel free to join the community group for more help.
This issue has been marked as stale because it has not had recent activity. If you think this still needs to be addressed please feel free to reopen this issue. Thanks
I have the same problem.