(paddle_py37) ➜ NyxPaddlePaddle git:(main) ✗ python Python 3.7.13 (default, Mar 282022, 07:24:34) [Clang 12.0.0 ] :: Anaconda, Inc. on darwin Type"help", "copyright", "credits"or"license"for more information. >>> >>> >>> >>> >>> >>> import paddle paddle.utils.run_check() >>> paddle.utils.run_check() Running verify PaddlePaddle program ... PaddlePaddle works well on 1 CPU. W0410 22:09:46.680740176391680 fuse_all_reduce_op_pass.cc:76] Find all_reduce operators: 2. To make the speed faster, some all_reduce ops are fused during training, after fusion, the number of all_reduce ops is2. PaddlePaddle works well on 2 CPUs. PaddlePaddle is installed successfully! Let's start deep learning with PaddlePaddle now.