ubuntu通过飞桨官网安装paddlepaddle

进行到下面这一步时出现提示
步骤:
执行cmake:
对于需要编译CPU版本PaddlePaddle的用户:

cmake .. -DPY_VERSION=3.7 -DWITH_GPU=OFF -DWITH_TESTING=OFF -DCMAKE_BUILD_TYPE=Release

提示:
WITH_DLNNE:
-- MESSAGE: This is just a message for publishing release.
You are building AVX version without NOAVX core.
So the wheel package may fail on NOAVX machine.
You can add -DNOAVX_CORE_FILE=/path/to/your/core_noavx.* in cmake command
to get a full wheel package to resolve this warning.
While, this version will still work on local machine.

请问:
这个是什么意思,会对安装有影响吗?

不用管,警告不做处理,且最主要是
this version will still work on local machine.
仍可运行
望采纳

遇到新问题了。
步骤:
执行编译:使用多核编译

make -j$(nproc)

问题:
编译过程中出现
error: RPC failed; curl 56 GnuTLS recv error (-54): Error in the pull function.
fatal: The remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed
Cloning into 'extern_mkldnn'...
然后以下列错误结束了这次编译
Makefile:129: recipe for target 'all' failed
make: *** [all] Error 2