问题描述 Issue Description
Gloo is not disabled by the CMake build option -DWITH_DISTRIBUTE=OFF
PADDLE_WITH_GLOO
is just a runtime and not a build time option.
Please supply an option to compile PaddlePaddle without Gloo (on par with PyTorch's USE_GLOO=OFF
) when the build shall just run locally.
版本&环境信息 Version & Environment Information
Paddle version: None
Paddle With CUDA: None
OS: Arch Linux rolling
Python version: 3.10.4
CUDA version: None
cuDNN version: None.None.None
Nvidia driver version: None
3条答案
按热度按时间ilmyapht1#
您好,我们已经收到了您的问题,会安排技术人员尽快解答您的问题,请耐心等待。请您再次检查是否提供了清晰的问题描述、复现代码、环境&版本、报错信息等。同时,您也可以通过查看 官网API文档 、 常见问题 、 历史Issue 、 AI社区 来寻求解答。祝您生活愉快~
Hi! We've received your issue and please be patient to get responded. We will arrange technicians to answer your questions as soon as possible. Please make sure that you have posted enough message to demo your request. You may also check out the API , FAQ , Github Issue and AI community to get the answer.Have a nice day!
t2a7ltrp2#
您好,感谢反馈:)我们已经联系了分布式的同学帮忙解决
djp7away3#
-DWITH_GLOO=OFF
可以参考这个 https://github.com/PaddlePaddle/Paddle/blob/develop/paddle/scripts/paddle_build.sh#L207-L208