You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
python -c "import paddle; paddle.utils.run_check()"
I0325 10:26:09.328598 449 init.cc:236] ENV [CUSTOM_DEVICE_ROOT]=/usr/local/lib/python3.10/dist-packages/paddle_custom_device
I0325 10:26:09.328639 449 init.cc:145] Try loading custom device libs from: [/usr/local/lib/python3.10/dist-packages/paddle_custom_device]
I0325 10:26:09.949532 449 custom_device.cc:1099] Succeed in loading custom runtime in lib: /usr/local/lib/python3.10/dist-packages/paddle_custom_device/libpaddle-custom-npu.so
I0325 10:26:09.954984 449 custom_kernel.cc:63] Succeed in loading 357 custom kernel(s) from loaded lib(s), will be used like native ones.
I0325 10:26:09.955219 449 init.cc:157] Finished in LoadCustomDevice with libs_path: [/usr/local/lib/python3.10/dist-packages/paddle_custom_device]
I0325 10:26:09.955257 449 init.cc:242] CustomDevice: npu, visible devices count: 8
Running verify PaddlePaddle program ...
I0325 10:26:10.864704 449 pir_interpreter.cc:1480] New Executor is Running ...
I0325 10:26:10.867235 449 pir_interpreter.cc:1506] pir interpreter is running by multi-thread mode ...
W0325 10:26:12.564280 639 pir_interpreter.cc:1980] Instruction OP id: 7, Ir OP id: 66, pd_op.sum_grad raises an EnforceNotMet exception common::enforce::EnforceNotMet
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/local/lib/python3.10/dist-packages/paddle/utils/install_check.py", line 273, in run_check
_run_static_single(use_cuda, use_xpu, use_custom, custom_device_name)
File "/usr/local/lib/python3.10/dist-packages/paddle/utils/install_check.py", line 153, in _run_static_single
exe.run(
File "/usr/local/lib/python3.10/dist-packages/paddle/base/executor.py", line 1896, in run
res = self._run_pir_impl(
File "/usr/local/lib/python3.10/dist-packages/paddle/base/executor.py", line 2242, in _run_pir_impl
ret = new_exe.run(list(feed.keys()), return_numpy)
File "/usr/local/lib/python3.10/dist-packages/paddle/base/executor.py", line 845, in run
tensors = self._new_exe.run(
OSError: In user code:
ExternalError: ACL error, the error code is : 500001. (at /paddle/backends/npu/kernels/funcs/npu_op_runner.cc:445)
[operator < pd_kernel.phi_kernel > error]
安装Paddle Docker镜像后,执行命令报错:
docker-compose.yaml
文件如下:Dockerfile
文件如下:服务器信息:
服务器配置:
CPU:2Kunpeng 920-5250
GPU:4300I Duo
内存:32*32GB
操作系统:BCLinux-for-Euler-21.10-dvd-aarch64-230324
其他补充信息 Additional Supplementary Information
No response
The text was updated successfully, but these errors were encountered: